Package org.teavm.jso.webaudio
Interface BiquadFilterNode
- All Superinterfaces:
AudioNode
,EventTarget
,org.teavm.jso.JSObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final 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
Methods inherited from interface org.teavm.jso.dom.events.EventTarget
addEventListener, addEventListener, dispatchEvent, onEvent, onEvent, removeEventListener, removeEventListener
Methods inherited from interface org.teavm.jso.JSObject
cast
-
Field Details
-
TYPE_LOW_PASS
- See Also:
-
TYPE_LOW_SHELF
- See Also:
-
TYPE_HIGH_SHELF
- See Also:
-
TYPE_HIGH_PASS
- See Also:
-
TYPE_BAND_PASS
- See Also:
-
TYPE_PEAKING
- See Also:
-
TYPE_NOTCH
- See Also:
-
TYPE_ALL_PASS
- See Also:
-
-
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)
-