Interface WaveShaperOptions
interface WaveShaperOptions {
channelCount?: number;
channelCountMode?: ChannelCountMode;
channelInterpretation?: ChannelInterpretation;
curve?: number[] | Float32Array;
oversample?: OverSampleType;
}
channelCount?: number;
channelCountMode?: ChannelCountMode;
channelInterpretation?: ChannelInterpretation;
curve?: number[] | Float32Array;
oversample?: OverSampleType;
}
Hierarchy
- AudioNodeOptions
- WaveShaperOptions (view full)