Mercurial > hg > webaudioevaluationtool
changeset 2950:3dc059f3b57c
Fixed #246
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Mon, 30 Oct 2017 15:34:44 +0000 |
parents | 311596aedb7b |
children | 7d1a34b5a4d2 1b28c30b8c20 |
files | js/core.js |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/js/core.js Mon Oct 30 15:24:22 2017 +0000 +++ b/js/core.js Mon Oct 30 15:34:44 2017 +0000 @@ -2024,6 +2024,7 @@ //event.currentTarget.owner.metric.stopListening(audioEngineContext.timer.getTestTime(),event.currentTarget.owner.getCurrentPosition()); if (event.currentTarget !== null) { event.currentTarget.owner.bufferStop(audioContext.currentTime + 0.1); + event.currentTarget.owner.listenStop(audioContext.currentTime + 0.1); } }; this.bufferNode.state = 0;