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.67k stars 132 forks source link

Compiling mixed sounds into a WAV #143

Open doncabreraphone opened 4 years ago

doncabreraphone commented 4 years ago

Hello,

I just went through the documentation and the examples (very well written! THANKS!) and I couldn't find a way to compile mixed sounds into a .wav to be sent to a server. Is there a simple way to do that? I'm trying to have a background track mixed with a mic input -> save to .wav on the server.

Can't figure out how to do it with Pizzicato.

Catsvilles commented 4 years ago

@doncabreraphone Hi, use OfflineAudioContext

I posted examples in this issue https://github.com/alemangui/pizzicato/issues/124