Skip to content
This repository was archived by the owner on Jun 9, 2019. It is now read-only.

BiquadFilterNode

mohayonao edited this page Jan 27, 2015 · 3 revisions

Object > EventTarget > AudioNode > BiquadFilterNode

Properties

Inherits properties from its parent, AudioNode.

  • type: enum { "lowpass", "highpass", "bandpass", "lowshelf", "highshelf", "peaking", "notch", "allpass" }
  • frequency: AudioParam readonly
  • detune: AudioParam readonly
  • Q: AudioParam readonly
  • gain: AudioParam readonly

Methods

Inherits methods from its parent, AudioNode.

  • getFrequencyResponse(frequencyHz: Float32Array, magResponse: Float32Array, phaseResponse: Float32Array): void

Test API

Inherits test API from its parent, AudioNode.

JSON

{
  "name": "BiquadFilterNode",
  "type": "lowpass",
  "frequency": {
    "value": 350,
    "inputs": []
  },
  "detune": {
    "value": 0,
    "inputs": []
  },
  "Q": {
    "value": 1,
    "inputs": []
  },
  "gain": {
    "value": 0,
    "inputs": []
  },
  "inputs": []
}

References

Clone this wiki locally