# HG changeset patch # User Nicholas Jillings # Date 1456244369 0 # Node ID 1c20619c63216e400157933b0558de378ed83d01 # Parent 873705335ddd5e7170d6a7fe16bd7c7489a1b897 Fix bugs #1628, #1483 diff -r 873705335ddd -r 1c20619c6321 core.js --- a/core.js Tue Feb 23 16:10:22 2016 +0000 +++ b/core.js Tue Feb 23 16:19:29 2016 +0000 @@ -1374,7 +1374,7 @@ this.outputGain.gain.setValueAtTime(0.0,startTime); } this.bufferNode.start(startTime); - this.bufferNode.playbackStartTime = startTime; + this.bufferNode.playbackStartTime = audioEngineContext.timer.getTestTime(); } };