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

retry get consent on play mic #65

Closed amitmtrn closed 8 years ago

amitmtrn commented 8 years ago

I had issues with the pitch detection. because it run the play before the getUserMedia it didn't perform the plugEmIn, retrying get consent and play afterwords did the job.

rserota commented 8 years ago

This looks great. Thanks for contributing!