diff --git a/v3/src/sound/webaudio/WebAudioSound.js b/v3/src/sound/webaudio/WebAudioSound.js index 3f0d5734d..15f405519 100644 --- a/v3/src/sound/webaudio/WebAudioSound.js +++ b/v3/src/sound/webaudio/WebAudioSound.js @@ -130,6 +130,7 @@ var WebAudioSound = new Class({ this.source = this.manager.context.createBufferSource(); this.source.buffer = this.audioBuffer; this.source.connect(this.muteNode); + this.rateUpdates.length = 0; this.applyConfig(); this.source.onended = function (ev) { if (ev.target === this.source) {