cvs->git update
[paraslash.git] / compress_filter.ggo
1 section "The dynamic audio range compressor"
2 option "anticlip" c "enable clipping protection" flag on
3 option "buckets" b "history length" int typestr="number" default="400" no
4 option "target_level" t "target signal level (1-32767)" int typestr="number" default="25000" no
5 option "gain_max" g "maximum amount to amplify by" int typestr="number" default="4" no
6 option "gain_smooth" i "how much inertia ramping has" int typestr="number" default="5" no
7 option "volume" v "set soft volume (0-10)" int typestr="number" default="10" no