Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Timothy B. Terriberry
Opusfile
Commits
252f1914
Commit
252f1914
authored
Dec 04, 2012
by
Ralph Giles
Browse files
Fix a comment typo.
parent
a8cde33f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/opusfile.c
View file @
252f1914
...
...
@@ -2802,7 +2802,7 @@ static opus_uint32 op_rand(opus_uint32 _seed){
suppression.
This process can increase the peak level of the signal (in theory by the peak
error of 1.5 +20 dB, though that is unobservably rare).
To avoid clipping, the signal is attenuated by a couple thousands of a dB.
To avoid clipping, the signal is attenuated by a couple thousand
th
s of a dB.
Initially, the approach taken here was to only attenuate by the 99.9th
percentile, making clipping rare but not impossible (like SoX), but the
limited gain of the filter means that the worst case was only two
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment