Interface OscillatorOptions

    interface OscillatorOptions {
        channelCount?: number;
        channelCountMode?: ChannelCountMode;
        channelInterpretation?: ChannelInterpretation;
        detune?: number;
        frequency?: number;
        periodicWave?: PeriodicWave;
        type?: OscillatorType;
    }
    Hierarchy

    Properties

    channelCount?: number
    channelCountMode?: ChannelCountMode
    channelInterpretation?: ChannelInterpretation
    detune?: number
    frequency?: number
    periodicWave?: PeriodicWave