From 0d68352e9dac552b28e5f29e65953de3c38a4db9 Mon Sep 17 00:00:00 2001 From: tambien Date: Tue, 5 Jun 2018 21:53:50 -0400 Subject: [PATCH] increasing threshold --- test/instrument/PluckSynth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/instrument/PluckSynth.js b/test/instrument/PluckSynth.js index ee5aa4b8..67152011 100644 --- a/test/instrument/PluckSynth.js +++ b/test/instrument/PluckSynth.js @@ -13,7 +13,7 @@ function(PluckSynth, Basic, InstrumentTest, CompareToFile, Supports){ return CompareToFile(function(){ var synth = new PluckSynth().toMaster(); synth.triggerAttack("C4"); - }, "pluckSynth.wav", 0.2); + }, "pluckSynth.wav", 0.21); }); }