aperiodic-oscillator
    Preparing search index...

    Interface AperiodicOscillatorOptions

    interface AperiodicOscillatorOptions {
        aperiodicWave?: AperiodicWave;
        channelCount?: number;
        channelCountMode?: ChannelCountMode;
        channelInterpretation?: ChannelInterpretation;
        detune?: number;
        frequency?: number;
    }

    Hierarchy

    • Omit<OscillatorOptions, "type" | "periodicWave">
      • AperiodicOscillatorOptions
    Index

    Properties

    aperiodicWave?: AperiodicWave
    channelCount?: number
    channelCountMode?: ChannelCountMode
    channelInterpretation?: ChannelInterpretation
    detune?: number
    frequency?: number