Interface AperiodicOscillatorOptions

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

Hierarchy

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

Properties

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

Generated using TypeDoc