Interface: AudioDirectorOptions
Defined in: packages/webxr-environment/src/audio-director.ts:43
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
busGains? | readonly | Readonly<Record<string, number>> | Starting bus gains. A bus not named here starts at 1. | packages/webxr-environment/src/audio-director.ts:47 |
cues? | readonly | Iterable<AudioCue, any, any> | Cues to register at construction. | packages/webxr-environment/src/audio-director.ts:45 |
masterGain? | readonly | number | Starting master gain. Default 1. | packages/webxr-environment/src/audio-director.ts:49 |
now? | readonly | () => number | Clock for minIntervalMs, milliseconds, monotonic-ish. Injected so the throttle is testable without timers; defaults to Date.now. | packages/webxr-environment/src/audio-director.ts:54 |