Skip to content

Commit 898ec05

Browse files
committed
Typo in Limiter documentation
1 parent 867f11c commit 898ec05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ <h3>Limiter</h3>
11711171

11721172
limiter.ceilingDb = 0; // Ceiling in decibels, limited between 0 and -40. Default: 0.
11731173
limiter.thresholdDb = -16; // Threshold in decibels, limited between 0 and -40. Default: 0.
1174-
limiter.releaseSec = 0.2; // Release in seconds (not milliseconds!). Limited between 0.1 and 1.6. Default: 0.05 (50 ms).
1174+
limiter.releaseSec = 0.2; // Release in seconds (not milliseconds!). Limited between 0.001 and 1. Default: 0.05 (50 ms).
11751175

11761176
// Returns the maximum gain reduction in decibels since the last getGainReductionDb() call.
11771177
let gain_reduction_db = limiter.getGainReductionDb();

0 commit comments

Comments
 (0)