X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=compress_filter.ggo;h=4b47580824d9701c0f724f6a2d652271416a96dd;hp=6c9cfebaec15eb4d0c5e8ce0887d241a99cd0905;hb=f2f556689c3061959257a59690b1cfc3adaf7625;hpb=c715d5c6ec226fe172ef3b8a52ccf769b745594b diff --git a/compress_filter.ggo b/compress_filter.ggo index 6c9cfeba..4b475808 100644 --- a/compress_filter.ggo +++ b/compress_filter.ggo @@ -1,6 +1,6 @@ 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 "blocksize" b "larger blocksize means fewer volume adjustments per time unit" int typestr="number" default="15" 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="20000" optional