iir - IIR Filter
General-purpose Web Audio node.
Inputs & Outputs
Section titled “Inputs & Outputs”| Direction | Handle |
|---|---|
| Input | audio-in |
| Output | audio-out |
Parameters
Section titled “Parameters”| Parameter | Label | Type | Default | Range |
|---|---|---|---|---|
| feedback | a[] | control | [1.0] | - |
| feedforward | b[] | control | [1.0] | - |
blzr Mapping
Section titled “blzr Mapping”| Field | Value |
|---|---|
| Native type | IIRFilter |
| Create args | {:from :data, :key :feedforward, :as :float64-array, :default [1.0]}, {:from :data, :key :feedback, :as :float64-array, :default [1.0]} |
| Implementation status | implemented |
Patch Examples
Section titled “Patch Examples”- none
Implementation Notes
Section titled “Implementation Notes”Parity Notes
Section titled “Parity Notes”- none
Unmapped Members
Section titled “Unmapped Members”- getFrequencyResponse
- context
- numberOfInputs
- numberOfOutputs
- connect
- disconnect
Future UX Work
Section titled “Future UX Work”- none
Web Audio Reference
Section titled “Web Audio Reference”Based on Unknown (MDN)
| Field | Value |
|---|---|
| API node | Unknown |
| Factory | none |
| Factory args | none |
| Web Audio params | “ |
AudioParams
Section titled “AudioParams”| Name | Type |
|---|---|
| - | - |
Properties
Section titled “Properties”| Name | Type |
|---|---|
| - | - |
Provenance
Section titled “Provenance”| Source | Identifier | Section |
|---|---|---|
| Primary | none | none |
| Secondary | none | none |
Related Concepts
Section titled “Related Concepts”Related Guides
Section titled “Related Guides”Related Nodes
Section titled “Related Nodes”- none