compile issue

This commit is contained in:
meganrogge 2024-01-23 16:16:39 -08:00
parent 77fe3a1122
commit 076bd0bd1e
No known key found for this signature in database
GPG key ID: AA74638D4878183D

View file

@ -1077,6 +1077,10 @@ class StandaloneAudioService implements IAudioCueService {
return Event.None;
}
onAlertEnabledChanged(cue: AudioCue): Event<void> {
return Event.None;
}
async playSound(cue: Sound, allowManyInParallel?: boolean | undefined): Promise<void> {
}
playAudioCueLoop(cue: AudioCue): IDisposable {