alemangui / pizzicato

Library to simplify the way you create and manipulate sounds with the Web Audio API.
https://alemangui.github.io/pizzicato/
MIT License
1.66k stars 130 forks source link

Recording microphone to a new playable sound #139

Open AurelienConil opened 4 years ago

AurelienConil commented 4 years ago

Thank you first for this amazing library.

It seems that the only way of using the microphone is streaming the input to the output. Is there a way to record the microphone and play it the same way than an audio file ? It would be amazing.

Thanks