# HG changeset patch # User Nicholas Jillings # Date 1456244369 0 # Node ID 87a25feccc7363271f00e4633a93ad2831387e2e # Parent bd3ddaff284774228a703d4ad1c45f7af67cd3f0 Fix bugs #1628, #1483 diff -r bd3ddaff2847 -r 87a25feccc73 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(); } };