X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=compress_filter.ggo;h=3f4f8e2ea8ccabc745bc1770809b96e43063b728;hp=f4ba7a83044ca9447c58f1e05b1cb6e93f925b21;hb=68f0d202714b85c9b5e649dcefc41df58fe8e31e;hpb=1dd66e3e7c80a95dbd4fedeb7978b3f32f66d2b1 diff --git a/compress_filter.ggo b/compress_filter.ggo index f4ba7a83..3f4f8e2e 100644 --- a/compress_filter.ggo +++ b/compress_filter.ggo @@ -1,7 +1,7 @@ section "The dynamic audio range compressor" -option "blocksize" b "larger blocksize means fewer volume adjustments per time unit" int typestr="number" default="16" no -option "aggressiveness" a "controls the maximum amount to amplify by" int typestr="number" default="2" no -option "inertia" i "how much inertia ramping has" int typestr="number" default="6" no -option "target_level" t "target signal level (0-32768)" int typestr="number" default="25000" no -option "damp" d "if non-zero, scale down after normalizing" int typestr="number" default="0" no +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="4" 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 +option "damp" d "if non-zero, scale down after normalizing" int typestr="number" default="0" optional