Interface ContextOptions

interface ContextOptions {
    clockSource: TickerClockSource;
    context: AnyAudioContext;
    latencyHint: AudioContextLatencyCategory;
    lookAhead: number;
    updateInterval: number;
}

Properties

clockSource: TickerClockSource
context: AnyAudioContext
latencyHint: AudioContextLatencyCategory
lookAhead: number
updateInterval: number