I am having an issue in IE 10 and IE 11 where if the audio device is disabled my website will not load. Looking at the console the load does not progress past loading the first audio item. I am using soundjs does anyone know if there is a way to detect if the hardware is disabled in the browser in order for me to add some kind of error message asking the user to please enable their sound device?
HTML Audio in IE
172 Views Asked by nontechguy At
2
There are 2 best solutions below
0

This looks like an issue with soundJS because when testing on createjs.com/soundjs the issue is re-created.
- Visit createjs.com/soundjs
- Head down to test the sounds and click to play.
- Disable your machines sound bu right clicking in the tool bar and selecting disable.
- Reload the page.
- Now sounds do not load.
From the documentation
The function:
Works like this:
If you can test for the default AbstractSoundInstance, then you'll know when plugins are not available on the clients browser.