mariogarranz Posted April 10, 2014 Share Posted April 10, 2014 I have read many articles describing multiple simultaneous sounds on mobile browsers as something impossible.These articles, however, are often 1 or 2 years old, and I have seen games playing different sounds at the same time on iOS and Android. My experience is that multiple sounds at the same time work on iOS Safari and Android Chrome, but fail on Android stock browser.Can anyone with more experience shed some light on the current status of this feature? Thanks Quote Link to comment Share on other sites More sharing options...
alex_h Posted April 17, 2014 Share Posted April 17, 2014 You need to consider the difference between WebAudio and HTML5 audio. WebAudio supports multiple tracks quite happily, whereas HTML5 audio is much more limited (and often painful to use!). Some devices will allow playing more than one HTML5 audio sound at once and others don't. On the whole my experience of HTML5 audio is that it is hugely unreliable and inconsistent, laggy, and generally unpredictable. If you want to use multiple tracks you are definitely better off looking at using WebAudio. But bear in mind that not all mobile browsers support it, although most do these days. In particular the Android stock browser does not support WebAudio. mariogarranz 1 Quote Link to comment Share on other sites More sharing options...
mariogarranz Posted April 20, 2014 Author Share Posted April 20, 2014 Thanks a lot alex Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.