Posts

Showing posts with the label playback

Stop playback in HTML5 audio using Javascript

Stop playback in HTML5 audio using Javascript You may wanted to stop playback of an audio playing via audio   HTML5  tag. Here is the code : document.getElementById(audio).currentTime = 0;//By ID document.getElementsByTagName(audio).currentTime = 0;//By Tag Its that simple. Just use  currentTime = 0 . download  file  now

SoundSwitch Easily Switch between playback devices

Image
SoundSwitch Easily Switch between playback devices Sadly, I don�t live alone and most of the time I have to share my room with somebody. For this reason I was forced to buy my headphones in the first place; when I�m alone I use the speakers, when people is around the headphones. But sometimes people come and go and I�m forced to switch devices 2 or 3 times every 10 minutes. Although this is easy to do, it is annoying after a while, and that�s why I found SoundSwitch. This portable program allows you to switch playback devices with a hotkey, that I set to be CTRL+ALT+Z. In Settings you can check this. Several important things to consider : Yes, there are alternatives, but this is portable and very light. I consider this to be necessary. Yes, it comes with adware, that�s why I uploaded a clean version to Google Drive and Dropbox. The portable version may show some errors because the ads are disabled, but it�ll work perfectly. download file now