Skip to content

Commit 0543b8d

Browse files
Calling resetConfig after starting buffer sound
1 parent 344aec2 commit 0543b8d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

v3/src/sound/webaudio/WebAudioSound.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ var WebAudioSound = new Class({
139139
}.bind(this);
140140
this.applyConfig();
141141
this.source.start(0, Math.max(0, offset), Math.max(0, duration));
142+
this.resetConfig();
142143
},
143144
/**
144145
* Used internally to do what the name says.

0 commit comments

Comments
 (0)