Package org.teavm.jso.webaudio
Interface BiquadFilterNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic String
static String
static String
static String
static String
static String
static String
static String
Fields inherited from interface org.teavm.jso.webaudio.AudioNode
CHANNEL_COUNT_MODE_CLAMPED_MAX, CHANNEL_COUNT_MODE_EXPLICIT, CHANNEL_COUNT_MODE_MAX, CHANNEL_INTERPRETATION_DISCRETE, CHANNEL_INTERPRETATION_SPEAKERS
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getFrequencyResponse(float[] frequencyHz, float[] magResponse, float[] phaseResponse)
void
getFrequencyResponse(Float32Array frequencyHz, Float32Array magResponse, Float32Array phaseResponse)
getGain()
getQ()
getType()
void
Methods inherited from interface org.teavm.jso.webaudio.AudioNode
connect, connect, connect, connect, connect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, getChannelCount, getChannelCountMode, getChannelInterpretation, getContext, getNumberOfInputs, getNumberOfOutputs
-
Field Details
-
TYPE_LOW_PASS
- See Also:
- Constant Field Values
-
TYPE_LOW_SHELF
- See Also:
- Constant Field Values
-
TYPE_HIGH_SHELF
- See Also:
- Constant Field Values
-
TYPE_HIGH_PASS
- See Also:
- Constant Field Values
-
TYPE_BAND_PASS
- See Also:
- Constant Field Values
-
TYPE_PEAKING
- See Also:
- Constant Field Values
-
TYPE_NOTCH
- See Also:
- Constant Field Values
-
TYPE_ALL_PASS
- See Also:
- Constant Field Values
-
-
Method Details
-
setType
-
getType
String getType() -
getFrequency
AudioParam getFrequency() -
getDetune
AudioParam getDetune() -
getQ
AudioParam getQ() -
getGain
AudioParam getGain() -
getFrequencyResponse
void getFrequencyResponse(Float32Array frequencyHz, Float32Array magResponse, Float32Array phaseResponse) -
getFrequencyResponse
void getFrequencyResponse(float[] frequencyHz, float[] magResponse, float[] phaseResponse)
-