2 comments

[ 4.5 ms ] story [ 13.4 ms ] thread
I crated something similar a few months a go, for the webkitAudioContext (only works in Chrome AFAIK... maybe Safari?)

I really want to do more real-time audio synthesis with javascript, but the current state of the APIs available aren't so great.

Anyways, it plays a short Aphex Twin loop. all the sound is generated with code.

http://valdemarorn.github.com/Files/JSAudio/index.html

https://github.com/ValdemarOrn/valdemarorn.github.com/tree/m...