Skip to content

Commit 2354b75

Browse files
committed
update master limiter - sharp knee
1 parent dd67c18 commit 2354b75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/master.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ define(function () {
1212

1313
//put a hard limiter on the output
1414
this.limiter = audiocontext.createDynamicsCompressor();
15-
this.limiter.threshold.value = 0;
15+
this.limiter.threshold.value = -3;
1616
this.limiter.ratio.value = 20;
17+
this.limiter.knee.value = 1;
1718

1819
this.audiocontext = audiocontext;
1920

0 commit comments

Comments
 (0)