Experience-Monks / web-audio-player

a cross-browser WebAudio player

Home Page:http://jam3.github.io/web-audio-player/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AudioContext resume() in latest Safari

mattdesl opened this issue · comments

Safari 9.3 (OSX El Capitan) is finally fixing the MediaElement bugs, but it's introduced another bug. Sometimes when you open a URL in a new tab, the AudioContext will start in a "suspended" state, and we need to force resume() it for audio to play. 😞

Will investigate.

Should be fixed now.