top | item 3127575

A music synth in 140 bytes of JavaScript

54 points| wilhelm | 14 years ago |p01.org | reply

4 comments

order
[+] apaprocki|14 years ago|reply
Hmm I'm kind of surprised browsers actually load WAV data with that mangled header. Audio 'quirks' mode? Just because something could work without the header doesn't mean it should (or at least not advertised as a standard format). I wonder if there are fuzzing opportunities in that part of the browser code..
[+] kinetik|14 years ago|reply
There are only two things wrong with the header: the RIFF chunk size is invalid, and the data chunk size is invalid.
[+] inportb|14 years ago|reply
I love this tune. Let's make a multiplayer game out of it :D