A ConvolverEffect is constructed by passing the following parameters.
The audio context required by the BiquadFilterNode
Optional
options: { intensity?: number; type?: BiquadFilterType } = {}Additional options which modify the BiquadFilterEffect behavior
Optional
intensity?: numberThe initial intensity of the effect
Optional
type?: 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
Optional
intensity?: numberA new effect intensity
Optional
type?: BiquadFilterTypeA new filter type
A sound effect which applies a biquad filter.
See
https://developer.mozilla.org/en-US/docs/Web/API/BiquadFilterNode