Interface AnalyserOptions

    interface AnalyserOptions {
        channelCount?: number;
        channelCountMode?: ChannelCountMode;
        channelInterpretation?: ChannelInterpretation;
        fftSize?: number;
        maxDecibels?: number;
        minDecibels?: number;
        smoothingTimeConstant?: number;
    }
    Hierarchy

    Properties

    channelCount?: number
    channelCountMode?: ChannelCountMode
    channelInterpretation?: ChannelInterpretation
    fftSize?: number
    maxDecibels?: number
    minDecibels?: number
    smoothingTimeConstant?: number