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