dashersw / pedalboard.js

Open source JavaScript framework for developing audio effects for guitars using the Web Audio API.
dashersw.github.com/pedalboard.js
GNU General Public License v3.0
831 stars 97 forks source link

Can I use OfflineAudioContext together with PedalboardJS proccessing? #18

Closed cesarodriguez4 closed 7 years ago

cesarodriguez4 commented 7 years ago

I'm trying to get the file processed as fast as possible and seems that OfflineAudioContext may help me. How can I connect them with pedalboardjs?