mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 00:27:58 +00:00
allowing for sound to slowly ramp in
This commit is contained in:
parent
f26f4d42aa
commit
23e07013c9
1 changed files with 1 additions and 2 deletions
|
@ -17,10 +17,9 @@ define(["Test", "Tone/core/Offline", "Tone/signal/Signal", "Tone/core/Master"],
|
|||
return true;
|
||||
} else if (time < duration / 2) {
|
||||
expect(sample).to.be.closeTo(0, 0.001);
|
||||
} else {
|
||||
throw new Error("node outputs silence");
|
||||
}
|
||||
}
|
||||
throw new Error("node outputs silence");
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue