Skip to content

Commit

Permalink
deploy: 5e8ebfd
Browse files Browse the repository at this point in the history
  • Loading branch information
tjingboem committed Dec 21, 2024
1 parent 5a9500b commit e15e2b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compress2.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ <h2>Initialization</h2>
<a id="id57174"></a>
<h2>Performance</h2>
<p>
<span class="emphasis"><em>kthresh</em></span> -- sets the lowest decibel level that will be allowed through. Normally -90 or less, but if higher the threshold will begin removing low-level signal energy such as background noise.
<span class="emphasis"><em>kthresh</em></span> -- sets the lowest decibel level that will be allowed through. This is a threshold of a separate noise gate, normally set at -90 dB or less, but if higher the threshold will begin removing low-level signal energy such as background noise.
</p>
<p>
<span class="emphasis"><em>kloknee</em></span>, <span class="emphasis"><em>khiknee</em></span> -- decibel break-points denoting where compression or expansion will begin. These set the boundaries of a soft-knee curve joining the low-amplitude 1:1 line and the higher-amplitude compression ratio line. Typical values are -52 and -30 db. If the two breakpoints are equal, a hard-knee (angled) map will result.
<span class="emphasis"><em>kloknee</em></span>, <span class="emphasis"><em>khiknee</em></span> -- decibel break-points denoting where compression or expansion will begin. These set the boundaries of a soft-knee curve joining the low-amplitude 1:1 line and the higher-amplitude compression ratio line. Typical values are -52 and -30 dB. If the two breakpoints are equal, a hard-knee (angled) map will result.
</p>
<p>
<span class="emphasis"><em>kratio</em></span> -- ratio of compression when the signal level is above the knee. The value 2 will advance the output just one decibel for every input gain of two; 3 will advance just one in three; 20 just one in twenty, etc. Inverse ratios will cause signal expansion: .5 gives two for one, .25 four for one, etc. The value 1 will result in no change.
Expand Down

0 comments on commit e15e2b7

Please sign in to comment.