To see the demo, refer to project page above.
- All paramters are k-rated.
- Accepts one input with two channels and
- Returns one output with two channels.
You can use this in your project like below.
yourAudioContext.addModule('dattorroReverb.js').then(() => {
let reverb = new AudioWorkletNode(yourAudioContext, 'DattorroReverb');
originNode.connect(reverb);
reverb.connect(destinationNode);
});
Clips used in the demo page are from Kikuo's Mikukikuo 5 within tracks under CC BY-NC-SA.
I release the source code within index.html
and dattorroReverb.js
under Public Domain.