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

export group sound as one audio file #148

Open AnasProgrammer2 opened 3 years ago

AnasProgrammer2 commented 3 years ago

hello , any idea how to make recorded or export a group with effect and save it as audio file(mp3 or wav) ?

Catsvilles commented 3 years ago

@AnasProgrammer2 Just use OfflineAudioContext, there are tons of examples here in the issues, search for it :)

For example - #124