Mercurial > hg > webaudioevaluationtool
changeset 2126:1c20619c6321
Fix bugs #1628, #1483
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Tue, 23 Feb 2016 16:19:29 +0000 |
parents | 873705335ddd |
children | ff9269342c1e |
files | core.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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(); } };