The IIRFilterNode
interface of the Web Audio API is a AudioNode
processor which implements a general infinite impulse response (IIR) filter; this type of filter can be used to implement tone control devices and graphic equalizers as well. It lets the parameters of the filter response be specified, so that it can be tuned as needed.
Documentation IIRFilterNode by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also: