ConvolverNode
open external class ConvolverNode(context: BaseAudioContext, options: ConvolverOptions = definedExternally) : AudioNode(source)
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.