increasing test threshold

This commit is contained in:
Yotam Mann 2020-10-30 17:37:11 -04:00
parent f08d6abde3
commit 66b377e1b5

View file

@ -14,7 +14,7 @@ describe("Tremolo", () => {
return CompareToFile(() => { return CompareToFile(() => {
const tremolo = new Tremolo().toDestination().start(0.2); const tremolo = new Tremolo().toDestination().start(0.2);
const osc = new Oscillator().connect(tremolo).start(); const osc = new Oscillator().connect(tremolo).start();
}, "tremolo.wav", 0.01); }, "tremolo.wav", 0.05);
}); });
context("API", () => { context("API", () => {