Web Audio, JavaScript and HTML5
Web Audio Standards
- W3C Audio Working Group - developing HTML5 standards
 - Web Audio Mail List Archive
 - Web Audio API - proposal by Chris Rogers, build patches by connecting AudioNodes
 - MediaStream Processing API proposal by Robert O'Callahan
 - Comparison and overview of the two current proposals
 - The State of HTML5 Audio - as of March 2011, rant about <audio> support by various browsers
 
Examples and Tutorials
- Web Audio Examples - from the Chromium Audio source on googlecode.com
 - Experiments with Web Audio by Phil Burk
 - Tutorial on WebAudio - HTML5Rocks by Boris Smus
 - Explorable Explanations - interactive filter demo by Bret Victor. Be sure to enable rock guitar sound using switch way down below the filter.
 - Experiments with audio - David Humphrey's blog with several examples
 - HTML5Audio.org - news and information
 - Test Audio Clip - plays a beep 5 times, good simple example
 
JavaScript Libraries
- Audio Data API by Mozilla - real time audio I/O
 - dynamicaudio.js - simple audio output library with a flash fallback
 - riffwave.js - with simple examples of noise and waveform generation by Pedro Ladaria
 
Web Audio Applications
- Technitone - HTML5 based grid jam
 
