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.
doc
issues
example patch id
youtube ids (comma seperated)
caniuse query
collections
Inputs
Audio In (Object)
audio input
IR Options
Impulse Response (String)
impulse response file
Normalize (boolean /Number)
wether the IR file should be normalized, its good to leave it on to avoid clipping
IR Gain (Number)
gain of the audio input going into the convolution
Predelay (MS) (Number)
delay incoming signal into convolver in miliseconds
Output
Dry/Wet (Number)
dry wet control - 0 no reverb - 1 full
Output Gain (Number)
output volume
Outputs
Audio Out (Object)
audio output
Wet Out (Object)
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 |