showcase of Web Audio used to output raw audio samples generated in real-time

I've linked a youtube video below of a Bomberman game ROM being tested with
the https://github.com/grantgalitz/GameBoy-Online project in the webkit
audio build. I also should mention that the audio is powered by a JS library
I exclusively wrote for the emulator, and now has its own github repo,
https://github.com/grantgalitz/XAudioJS , since the library is a wrapper for
outputting audio in realtime using either mozAudio, web audio, or even WAV
PCM Data URI for sample output.

Test Demo URL: http://www.grantgalitz.org/bomberman/
Youtube Video: http://www.youtube.com/watch?v=oITFJ_19KpE

Received on Saturday, 9 April 2011 07:43:50 UTC