mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 16:48:00 +00:00
increasing comparison threshold
This commit is contained in:
parent
7c6a873121
commit
58bf79a872
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ describe("PWMOscillator", () => {
|
||||||
return CompareToFile(() => {
|
return CompareToFile(() => {
|
||||||
const osc = new PWMOscillator().toMaster();
|
const osc = new PWMOscillator().toMaster();
|
||||||
osc.start(0.1);
|
osc.start(0.1);
|
||||||
}, "pwmOscillator.wav");
|
}, "pwmOscillator.wav", 0.01);
|
||||||
});
|
});
|
||||||
|
|
||||||
context("Modulation Frequency", () => {
|
context("Modulation Frequency", () => {
|
||||||
|
|
Loading…
Reference in a new issue