mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-27 03:53:07 +00:00
adjusting threshold
This commit is contained in:
parent
a84317f03a
commit
1572dcf67a
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ import { expect } from "chai";
|
|||
import { CompareToFile } from "test/helper/CompareToFile";
|
||||
import { Oscillator } from "Tone/source/oscillator/Oscillator";
|
||||
|
||||
describe("Effect", () => {
|
||||
describe("Vibrato", () => {
|
||||
BasicTests(Vibrato);
|
||||
EffectTests(Vibrato);
|
||||
|
||||
|
@ -13,7 +13,7 @@ describe("Effect", () => {
|
|||
return CompareToFile(() => {
|
||||
const vibrato = new Vibrato(4, 1).toDestination();
|
||||
const osc = new Oscillator().connect(vibrato).start();
|
||||
}, "vibrato.wav", 0.01);
|
||||
}, "vibrato.wav", 0.02);
|
||||
});
|
||||
|
||||
context("API", () => {
|
||||
|
|
Loading…
Reference in a new issue