@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="WaveShaperNode")
public class WaveShaperNode
extends AudioNode
| Modifier and Type | Field and Description |
|---|---|
Float32Array |
curve
The curve property of the WaveShaperNode interface is a Float32Array of numbers describing the distortion to apply.
|
java.lang.String |
oversample
The oversample property of the WaveShaperNode interface is an enumerated value indicating if oversampling must be used.
|
channelCount, channelCountMode, channelInterpretation| Constructor and Description |
|---|
WaveShaperNode(BaseAudioContext context)
The WaveShaperNode() constructor of the Web Audio API creates a new WaveShaperNode object which is an AudioNode that represents a non-linear distorter.
|
WaveShaperNode(BaseAudioContext context,
WaveShaperOptions options)
The WaveShaperNode() constructor of the Web Audio API creates a new WaveShaperNode object which is an AudioNode that represents a non-linear distorter.
|
connect, connect, connect, connect, connect, context, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, numberOfInputs, numberOfOutputsaddEventListener, addEventListener, addEventListener, dispatchEvent, removeEventListener, removeEventListener, removeEventListenerassign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, values@Nullable public Float32Array curve
@Nonnull @OverSampleType public java.lang.String oversample
public WaveShaperNode(@Nonnull
BaseAudioContext context,
@Nonnull
WaveShaperOptions options)
public WaveShaperNode(@Nonnull
BaseAudioContext context)