This repository was archived by the owner on Jun 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
BiquadFilterNode
mohayonao edited this page Jan 27, 2015
·
3 revisions
Object > EventTarget > AudioNode > BiquadFilterNode
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
Inherits methods from its parent, AudioNode.
getFrequencyResponse(frequencyHz: Float32Array, magResponse: Float32Array, phaseResponse: Float32Array): void
Inherits test API from its parent, AudioNode.
{
"name": "BiquadFilterNode",
"type": "lowpass",
"frequency": {
"value": 350,
"inputs": []
},
"detune": {
"value": 0,
"inputs": []
},
"Q": {
"value": 1,
"inputs": []
},
"gain": {
"value": 0,
"inputs": []
},
"inputs": []
}