createIIRFilter
fun createIIRFilter(feedforward: ReadonlyArray<JsDouble>, feedback: ReadonlyArray<JsDouble>): IIRFilterNode(source)
The createIIRFilter()
method of the BaseAudioContext interface creates an IIRFilterNode, which represents a general infinite impulse response (IIR) filter which can be configured to serve as various types of filter.