After you export and launch the project, and the AudioSystem updates
for the first time, the AudioConfig component attempts to initialize
audio. If successful, it sets this value to true.
Once audio is initialized successfully the AudioConfig component does
not re-attempt to initialize it on subsequent AudioSystem updates.
paused
paused:boolean
If true, pauses the audio context. Set this at any time to pause or
resume audio.
unlocked
unlocked:boolean
True if the audio context is unlocked in the browser.
Some browsers require a user interaction, for example a touch interaction
or key input, to unlock the audio context. If the context is locked
no audio plays.
True if the audio context is initialized.
After you export and launch the project, and the AudioSystem updates for the first time, the AudioConfig component attempts to initialize audio. If successful, it sets this value to true.
Once audio is initialized successfully the AudioConfig component does not re-attempt to initialize it on subsequent AudioSystem updates.