public interface BiquadFilterNode extends AudioNode
Modifier and Type | Field and Description |
---|---|
static int |
ALLPASS |
static int |
BANDPASS |
static int |
HIGHPASS |
static int |
HIGHSHELF |
static int |
LOWPASS |
static int |
LOWSHELF |
static int |
NOTCH |
static int |
PEAKING |
Modifier and Type | Method and Description |
---|---|
AudioParam |
getFrequency() |
void |
getFrequencyResponse(Float32Array frequencyHz,
Float32Array magResponse,
Float32Array phaseResponse) |
AudioParam |
getGain() |
AudioParam |
getQ() |
int |
getType() |
void |
setType(int arg) |
connect, connect, disconnect, getContext, getNumberOfInputs, getNumberOfOutputs
static final int ALLPASS
static final int BANDPASS
static final int HIGHPASS
static final int HIGHSHELF
static final int LOWPASS
static final int LOWSHELF
static final int NOTCH
static final int PEAKING
AudioParam getQ()
AudioParam getFrequency()
AudioParam getGain()
int getType()
void setType(int arg)
void getFrequencyResponse(Float32Array frequencyHz, Float32Array magResponse, Float32Array phaseResponse)
Copyright © 2018. All rights reserved.