Dart API Referencedart:htmlBiquadFilterNode

BiquadFilterNode Interface

Extends

AudioNode

Static Fields

Code final int ALLPASS #

static final int ALLPASS = 7;

Code final int BANDPASS #

static final int BANDPASS = 2;

Code final int HIGHPASS #

static final int HIGHPASS = 1;

Code final int HIGHSHELF #

static final int HIGHSHELF = 4;

Code final int LOWPASS #

static final int LOWPASS = 0;

Code final int LOWSHELF #

static final int LOWSHELF = 3;

Code final int NOTCH #

static final int NOTCH = 6;

Code final int PEAKING #

static final int PEAKING = 5;

Methods

Code void getFrequencyResponse(Float32Array frequencyHz, Float32Array magResponse, Float32Array phaseResponse) #

void getFrequencyResponse(Float32Array frequencyHz, Float32Array magResponse, Float32Array phaseResponse);

Fields

Code final AudioParam Q #

final AudioParam Q;

Code final AudioParam frequency #

final AudioParam frequency;

Code final AudioParam gain #

final AudioParam gain;

Code int type #

int type;