PokéRogue
    Preparing search index...

    Interface WaveShaperOptions

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

    Hierarchy (View Summary)

    Index

    Properties

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