Fix realtimeanalyser-fft-scaling.html |
||
Issue description
The test has this bit of code:
context.oncomplete = checkResult(order, analyser, should);
return context.startRendering().then(function(audioBuffer) {
checkResult(audioBuffer, order, analyser);
});
I have no idea what this is supposed to be doing. The arguments to checkResult are of different types between the promise and the oncomplete event.
Fix this.
,
Nov 14 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Nov 13 2017