diff --git a/v3/src/sound/webaudio/WebAudioSound.js b/v3/src/sound/webaudio/WebAudioSound.js index 86deb8040..764b20819 100644 --- a/v3/src/sound/webaudio/WebAudioSound.js +++ b/v3/src/sound/webaudio/WebAudioSound.js @@ -207,6 +207,7 @@ var WebAudioSound = new Class({ } this.playTime = 0; this.startTime = 0; + this.stopAndRemoveLoopBufferSource(); }, /** * Used internally to do what the name says.