PokéRogue
    Preparing search index...

    Interface WaveShaperOptions

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

    Hierarchy (View Summary)

    Index

    Properties

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