projects/common/audio/config/audio-config.ts
import { CngxAudioConfig } from '@cngx/common/audio'
Global configuration for the audio system. Provided via provideCngxAudio() with with* features (see the provider section below). Consumers never construct this object directly.
provideCngxAudio()
with*
number
Same-name suppression window in ms. Default 100.
100
Readonly>
Extra or overriding earcons, merged over the six built-ins. Default {}.
{}
boolean
Start muted. Default false.
false
Mute audio when prefers-reduced-motion: reduce is set. Default true.
prefers-reduced-motion: reduce
true
Master volume in [0, 1]. Default 1.
[0, 1]
1