The IIRFilterNode interface of the Web Audio API is a web.audio.AudioNode
which implements a general infinite impulse response (IIR) filter;
type of filter can be used to implement tone control devices
graphic equalizers as well. It lets the parameters of the filter
be specified, so that it can be tuned as needed.
The IIRFilterNode interface of the Web Audio API is a `web.audio.AudioNode` which implements a general infinite impulse response (IIR) filter; type of filter can be used to implement tone control devices graphic equalizers as well. It lets the parameters of the filter be specified, so that it can be tuned as needed.
(get-frequency-response this
frequency-array
mag-response-output
phase-response-output)
Method.
js.undefined
IIRFilterNode.getFrequencyResponse(frequencyArray, magResponseOutput, phaseResponseOutput);
See also: https://developer.mozilla.org/en-US/docs/Web/API/IIRFilterNode/getFrequencyResponse
Method. `js.undefined` `IIRFilterNode.getFrequencyResponse(frequencyArray, magResponseOutput, phaseResponseOutput);` See also: `https://developer.mozilla.org/en-US/docs/Web/API/IIRFilterNode/getFrequencyResponse`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close