Convolver_v2 Op
Audio reverb using an impulse response (sample)
Summary (oneliner)
The ConvolverNode interface is an AudioNode that performs a Linear Convolution on a given AudioBuffer, often used to achieve a reverb effect.
For free impulse responses check out Open AIR Library.
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
audio input
IR Options
impulse response file
wether the IR file should be normalized, its good to leave it on to avoid clipping
gain of the audio input going into the convolution
delay incoming signal into convolver in miliseconds
Output
dry wet control - 0 no reverb - 1 full
output volume
Outputs
audio output
wet signal only audio output
Patches using Convolver_v2
Changelog
cloned op from Ops.WebAudio.Convolver 2020-12-14 - cables | |
Ops.User.cables.Convolver_v2 renamed to Ops.WebAudio.Convolver_v2 2020-12-14 - cables |