We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 867f11c commit 898ec05Copy full SHA for 898ec05
docs.html
@@ -1171,7 +1171,7 @@ <h3>Limiter</h3>
1171
1172
limiter.ceilingDb = 0; // Ceiling in decibels, limited between 0 and -40. Default: 0.
1173
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).
+limiter.releaseSec = 0.2; // Release in seconds (not milliseconds!). Limited between 0.001 and 1. Default: 0.05 (50 ms).
1175
1176
// Returns the maximum gain reduction in decibels since the last getGainReductionDb() call.
1177
let gain_reduction_db = limiter.getGainReductionDb();
0 commit comments