Liking cljdoc? Tell your friends :D
ClojureScript only.

web.audio.IIRFilterNode

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.
raw docstring

get-frequency-responsecljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close