IIRFilterNode
open external class IIRFilterNode(context: BaseAudioContext, options: IIRFilterOptions) : AudioNode(source)
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.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getFrequencyResponse(frequencyHz: Float32Array<*>, magResponse: Float32Array<*>, phaseResponse: Float32Array<*>)