X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=compress_filter.ggo;h=6c9cfebaec15eb4d0c5e8ce0887d241a99cd0905;hp=a889b0353dba445f65cef9c0a72e4c1d1dbeae46;hb=c85690666e2ed2327e751b819970658d58479bfb;hpb=c4ccd0674269d2bed28e7a091af5b6b97db4b65a diff --git a/compress_filter.ggo b/compress_filter.ggo index a889b035..6c9cfeba 100644 --- a/compress_filter.ggo +++ b/compress_filter.ggo @@ -3,5 +3,5 @@ section "The dynamic audio range compressor" option "blocksize" b "larger blocksize means fewer volume adjustments per time unit" int typestr="number" default="16" optional option "aggressiveness" a "controls the maximum amount to amplify by" int typestr="number" default="2" optional option "inertia" i "how much inertia ramping has" int typestr="number" default="6" optional -option "target_level" t "target signal level (0-32768)" int typestr="number" default="25000" optional +option "target_level" t "target signal level (0-32768)" int typestr="number" default="20000" optional option "damp" d "if non-zero, scale down after normalizing" int typestr="number" default="0" optional