Package org.teavm.jso.webaudio
Interface WaveShaperNode
-
Field Summary
FieldsFields 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 TypeMethodDescriptiongetCurve()
void
setCurve(Float32Array value)
void
setOversample(String value)
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
-
OVERSAMPLE_NONE
- See Also:
- Constant Field Values
-
OVERSAMPLE_2X
- See Also:
- Constant Field Values
-
OVERSAMPLE_4X
- See Also:
- Constant Field Values
-
-
Method Details
-
setCurve
-
getCurve
Float32Array getCurve() -
setOversample
-
getOversample
String getOversample()
-