The ConvolverNode
interface is an AudioNode
that performs a Linear Convolution on a given AudioBuffer
, often used to achieve a reverb effect. A ConvolverNode
always has exactly one input and one output.
Documentation ConvolverNode by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
Variables
A mono, stereo, or 4-channel AudioBuffer
containing the (possibly multichannel) impulse response used by the ConvolverNode
to create the reverb effect.