We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74744f5 commit 86984a7Copy full SHA for 86984a7
Core/API/WebAudio/AudioTrack.js
@@ -23,7 +23,7 @@ class AudioTrack {
23
this.voices[soundHandleID] = audioSource;
24
this.soundtrack.addSound(audioSource.sound);
25
audioSource.sound.onEndedObservable.add(() => {
26
- DEBUG("Playback for sound " + audioSource.uniqueID + " has ended");
+ DEBUG("Playback for audio source " + audioSource.uniqueID + " has ended");
27
this.removeAudioSource(soundHandleID);
28
});
29
this.numVoices++;
0 commit comments