diff --git a/opcodes/compress.xml b/opcodes/compress.xml index 09072387fd..c6dc66802d 100644 --- a/opcodes/compress.xml +++ b/opcodes/compress.xml @@ -63,7 +63,7 @@ amplitude of 0dbfs. Performance - kthresh -- sets the lowest decibel level that will be allowed through. Normally 0 or less, but if higher the threshold will begin removing low-level signal energy such as background noise. + kthresh -- sets the lowest decibel level that will be allowed through. This is a threshold of a separate noise gate, normally 0 or less, but if higher the threshold will begin removing low-level signal energy such as background noise. kloknee, khiknee -- 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 48 and 60 db. If the two breakpoints are equal, a hard-knee (angled) map will result.