Interface WaveShaperOptions

    interface WaveShaperOptions {
        channelCount?: number;
        channelCountMode?: ChannelCountMode;
        channelInterpretation?: ChannelInterpretation;
        curve?: number[] | Float32Array;
        oversample?: OverSampleType;
    }
    Hierarchy

    Properties

    channelCount?: number
    channelCountMode?: ChannelCountMode
    channelInterpretation?: ChannelInterpretation
    curve?: number[] | Float32Array
    oversample?: OverSampleType