Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 909 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 909 Bytes

DOMStep: A Browser Dance Party

Slides from my StrangeLoop 2014 talk about the Web Audio API.

Setup And Running

# install modules
npm install
npm install -g gulp
# build js
gulp build && gulp watch
# start the server
node index.js

Insiration

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.