Slides from my StrangeLoop 2014 talk about the Web Audio API.
# install modules
npm install
npm install -g gulp
# build js
gulp build && gulp watch
# start the server
node index.js
I have learned from and/or been influenced by too many people to mention here.
Stuart Memo (@stuartmemo) was the first person I saw do anything with the Web Audio API. See this for an overview of playing with the API, and a big inspiration for my talk.
@jsantell works on the Firefox Web Audio API devtools and makes sweet beats.
Check out Chris Willson's Vocoder, RecorderJS by Matt Diamond, and many more.