We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd67c18 commit 2354b75Copy full SHA for 2354b75
src/master.js
@@ -12,8 +12,9 @@ define(function () {
12
13
//put a hard limiter on the output
14
this.limiter = audiocontext.createDynamicsCompressor();
15
- this.limiter.threshold.value = 0;
+ this.limiter.threshold.value = -3;
16
this.limiter.ratio.value = 20;
17
+ this.limiter.knee.value = 1;
18
19
this.audiocontext = audiocontext;
20
0 commit comments