Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 898ec05

Browse files
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

‎docs.html‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /