X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=compress_filter.ggo;h=6c9cfebaec15eb4d0c5e8ce0887d241a99cd0905;hp=6a6d76306b179cdf12b107299a32b0fb304c1945;hb=6c2eae7aea002304e3aa5ae400dab01c469fef0a;hpb=2ed89c59f0efcd0a2763f47c7d3455663241e623 diff --git a/compress_filter.ggo b/compress_filter.ggo index 6a6d7630..6c9cfeba 100644 --- a/compress_filter.ggo +++ b/compress_filter.ggo @@ -1,7 +1,7 @@ section "The dynamic audio range compressor" -option "anticlip" c "enable clipping protection" flag on -option "buckets" b "history length" int typestr="number" default="400" no -option "target_level" t "target signal level (1-32767)" int typestr="number" default="25000" no -option "gain_max" g "maximum amount to amplify by" int typestr="number" default="4" no -option "gain_smooth" i "how much inertia ramping has" int typestr="number" default="5" no -option "volume" v "set soft volume (0-10)" int typestr="number" default="10" no + +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="20000" optional +option "damp" d "if non-zero, scale down after normalizing" int typestr="number" default="0" optional