rserota / wad

Web Audio DAW. Use the Web Audio API for dynamic sound synthesis. It's like jQuery for your ears.
MIT License
1.9k stars 160 forks source link

Update recorder.js #32

Closed jescalan closed 9 years ago

jescalan commented 9 years ago

Just keeping recorder.js up to date. This PR removes the unnecessary html example file and brings recorder and its worker up to the latest version. This also fixes a bug that was present in the previous version of recorder in which the number of channels would not be defined, which broke recording. After testing with this version, the bug was resolved :tada:

I built this PR on top of #31 for smoother and easier merges. If #31 is merged, I'll rebase this one on master before merge. If not for some reason, I'll modify it and remove the extra commit.