Interactive mode for para_audioc.
[paraslash.git] / ggo / compress_filter.ggo
1 option "blocksize" b
2 #~~~~~~~~~~~~~~~~~~~
3 "adjust block size"
4 int typestr="number"
5 default="15"
6 optional
7 details = "
8         Larger blocksize means fewer volume adjustments per time unit.
9 "
10
11 option "aggressiveness" a
12 #~~~~~~~~~~~~~~~~~~~~~~~~
13  "controls the maximum amount to amplify by"
14 int typestr="number"
15 default="4"
16 optional
17
18 option "inertia" i
19 #~~~~~~~~~~~~~~~~~
20  "how much inertia ramping has"
21  int typestr="number"
22 default="6"
23 optional
24
25 option "target_level" t
26 #~~~~~~~~~~~~~~~~~~~~~~
27 "target signal level (0-32768)"
28 int typestr="number"
29 default="20000"
30 optional
31
32 option "damp" d
33 #~~~~~~~~~~~~~~
34 "if non-zero, scale down after normalizing"
35 int typestr="number"
36 default="0"
37 optional