class js.html.audio.BiquadFilterNode extends AudioNode

Available on js

Class Fields

static var ALLPASS:Int

static var BANDPASS:Int

static var HIGHPASS:Int

static var HIGHSHELF:Int

static var LOWPASS:Int

static var LOWSHELF:Int

static var NOTCH:Int

static var PEAKING:Int

Instance Fields

var type:Int

Setter throws DOMException.

function getFrequencyResponse(frequencyHz:Float32Array, magResponse:Float32Array, phaseResponse:Float32Array):Void