HTML5 Audio Needs Your Help

HTML5 is gaining traction as a gaming platform, but there's still one problem before we can achieve the vision of a great native-to-the-browser gaming experience.  HTML5 audio, specifically the <audio> tag and its implementations across browsers, is more or less broken for games.

For details on the HTML5 audio problem, learn about The State of HTML5 Audio (hint: not good) and the troubles with Multiple Channels for HTML5 audio.  Dominic, the author of those posts, knows what he's talking about: he created Impact, the JavaScript game engine.

We need your help!  Star these issues, add comments, and even better add test cases.  Tell Chrome that you care about HTML5 audio and these issues are important!

http://code.google.com/p/chromium/issues/detail?id=47381
http://code.google.com/p/chromium/issues/detail?id=47761
http://code.google.com/p/chromium/issues/detail?id=59369
http://code.google.com/p/chromium/issues/detail?id=59370
http://code.google.com/p/chromium/issues/detail?id=60678
http://code.google.com/p/chromium/issues/detail?id=73045
http://code.google.com/p/chromium/issues/detail?id=74576
http://code.google.com/p/chromium/issues/detail?id=75725

Popular posts from this blog

Lists and arrays in Dart

Converting Array to List in Scala

Null-aware operators in Dart