use const qualifiers where possible
[paraslash.git] / compress_filter.ggo
1 section "The dynamic audio range compressor"
2
3 option "blocksize" b "larger blocksize means fewer volume adjustments per time unit" int typestr="number" default="16" no
4 option "aggressiveness" a "controls the maximum amount to amplify by" int typestr="number" default="2" no
5 option "inertia" i "how much inertia ramping has" int typestr="number" default="6" no
6 option "target_level" t "target signal level (0-32768)" int typestr="number" default="25000" no
7 option "damp" d "if non-zero, scale down after normalizing" int typestr="number" default="0" no