Skip to main content

Interface: AudioDirectorOptions

Defined in: webxr-environment/src/audio-director.ts:43

Properties

PropertyModifierTypeDescriptionDefined in
busGains?readonlyReadonly<Record<string, number>>Starting bus gains. A bus not named here starts at 1.webxr-environment/src/audio-director.ts:47
cues?readonlyIterable<AudioCue, any, any>Cues to register at construction.webxr-environment/src/audio-director.ts:45
masterGain?readonlynumberStarting master gain. Default 1.webxr-environment/src/audio-director.ts:49
now?readonly() => numberClock for minIntervalMs, milliseconds, monotonic-ish. Injected so the throttle is testable without timers; defaults to Date.now.webxr-environment/src/audio-director.ts:54