source shouldn't be muted

otherwise it’s not testing the right thing
This commit is contained in:
Yotam Mann 2017-05-21 20:16:32 -07:00
parent f9dc9fea03
commit 7cd7bb1536

View file

@ -85,7 +85,6 @@ define(["helper/OutputAudio", "Tone/source/Source", "helper/OutputAudioStereo",
return Offline(function(){
var instance = new Constr(args).toMaster();
instance.start(0).stop(0.2);
instance.mute = true;
}, 0.3).then(function(buffer){
buffer.forEach(function(sample, time){
if (time > 0.2){