A ConvolverEffect is constructed by passing the following parameters.
The audio context required by the BiquadFilterNode
Optionaloptions: { intensity?: number; type?: BiquadFilterType } = {}Additional options which modify the BiquadFilterEffect behavior
Optionalintensity?: numberThe initial intensity of the effect
Optionaltype?: BiquadFilterTypeThe filter type to apply
Adjust the intensity of the effect on a scale of 0 to 10.
Update the state of the effect node given the active flag and numeric intensity.
Options which are updated
Optionalintensity?: numberA new effect intensity
Optionaltype?: BiquadFilterTypeA new filter type
A sound effect which applies a biquad filter.
See
https://developer.mozilla.org/en-US/docs/Web/API/BiquadFilterNode