soundcloud / areweplayingyet

html5 audio benchmarks
BSD 2-Clause "Simplified" License
311 stars 69 forks source link

Test: ability to play multiple files concurrently #25

Closed jonsykes closed 13 years ago

jonsykes commented 13 years ago

One of the biggest feature gaps in Audio between desktop and mobile is the ability to handle playing more than 1 audio concurrently via HTML5 markup. Mobile safari has huge issues with this. It would be great to see a concurrency test. Although I'm not sure how you would automate the acceptance.

tsenart commented 13 years ago

Hi @jonsykes! At the moment our test suite doesn't work properly on iOS. There is already an open ticket for that (#14). About this test, you can still write it according to the guidelines in our README and create a Pull Request. Tell us if you need any help!

yvg commented 13 years ago

This would definitely be a neat test!

yvg commented 13 years ago

Ok I just created a test for this: https://github.com/soundcloud/areweplayingyet/blob/master/public/tests/support-multiple-playing.js

tsenart commented 13 years ago

Deployed!