Convolver_v2 Op
Audio reverb using an impulse response (sample)
Summary (oneliner)
<p>The ConvolverNode interface is an AudioNode that performs a Linear Convolution on a given AudioBuffer, often used to achieve a reverb effect.</p> <p>For free impulse responses check out <a href="http://www.openairlib.net/">Open AIR Library</a>.</p>
- Ops.WebAudio.Convolver_v2
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
INPUT PORTS
<p>audio input</p>
IR Options
<p>impulse response file</p>
<i>boolean</i>
)<p>wether the IR file should be normalized, its good to leave it on to avoid clipping</p>
<p>gain of the audio input going into the convolution</p>
<p>delay incoming signal into convolver in miliseconds</p>
Output
<p>dry wet control - 0 no reverb - 1 full</p>
<p>output volume</p>
OUTPUT PORTS
<p>audio output</p>
<p>wet signal only audio output</p>