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
{{ message }}
This repository was archived by the owner on Sep 2, 2020. It is now read-only.
In Firefox 3.6 and 4 beta 6, audio no longer works since revision 2f23d6f.
Underlying cause of this seems to be Audio#canPlayType telling us Vorbis is unsupported (returns empty string) when invoked too early. SoundKit currently calls this on document loaded.
(Manual invocation from the console later during play returns 'probably', which is correct.)
In Firefox 3.6 and 4 beta 6, audio no longer works since revision 2f23d6f.
Underlying cause of this seems to be
Audio#canPlayTypetelling us Vorbis is unsupported (returns empty string) when invoked too early. SoundKit currently calls this on document loaded.(Manual invocation from the console later during play returns
'probably', which is correct.)