X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=compress_filter.ggo;h=3f4f8e2ea8ccabc745bc1770809b96e43063b728;hp=4b47580824d9701c0f724f6a2d652271416a96dd;hb=98e61f7563ae284e058ce6251b89626ab6254ff7;hpb=0e3c47b7574734806fc5c1e692c3df55482d8314 diff --git a/compress_filter.ggo b/compress_filter.ggo index 4b475808..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="15" optional -option "aggressiveness" a "controls the maximum amount to amplify by" int typestr="number" default="2" 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