-
Notifications
You must be signed in to change notification settings - Fork 3
Browser support
parente edited this page Oct 17, 2010
·
3 revisions
Currently based on the no-clone branch
- Firefox 3.6 – OK
- Opera 10.63 – Some test assertions run late in the body of the next test. Not only is this a QUnit bug, but it means late events can leak through now that we’re reusing a single audio node per channel. Need a way to pair up an event with the currently playing sound.
- Chrome 6 – Fails to play short sounds or repeat them more than once on the same audio node.
- Safari 5 – Abysmal performance. Probably some bottleneck between the browser and QT which is required for audio node support.
- Firefox 3.6 – OK
- Opera 10.63 – OK
- Chrome 6 – OK
- Safari 5 – OK
- Firefox 3.6 – OK
- Opera 10.63 – Needs testing
- Chrome 6 – Fails to play short sounds. Too many channels or open tabs with audio nodes sooner or later breaks all audio output until page refresh.