In my app I need to load mp3 audio files at runtime, the names for these files are obtained from json file.
I have tried several approaches to play these audio files, following approaches have been tried: 1. Using plain Javascript audio tag. 2. By Howler.js in C2 3. jQuery
All these work fine in Chrome & Firefox but in IE it does not work properly. Many times audio does not play at all and at other times its inconsistent.
- How is IE different that Chrome & Firefox in playing audio ?
- why does IE fail when Chrome & Firefox work so well ?
- How can IE be made to work without these audio issues ?
-Thanks Mahesh