You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Matthew Callis edited this page Apr 6, 2014
·
4 revisions
This page lists all of the known issues or eccentricities of Aurora.js, decoders, demuxers and more (in no specific order).
Before anything else, you should make sure that the browsers you're testing in support the Web Audio API.
Mobile Browsers
Stock Browsers on both iOS and Android are setup such that Web Audio API needs user input to be initialized. So your first player.play() event will need to be triggered through a touch or click event. You can fetch the data and prebuffer the audio with player.preload() which will load the data without user interaction.
iOS Specific
If you are using your own custom UIWebView you can get around this limitation with the following properties on your Web View: