Use an unused byte in struct afs_info to store the amplification value.
[paraslash.git] / write.ggo
1 section "general options"
2 #########################
3
4 option "list_writers" L
5 #~~~~~~~~~~~~~~~~~~~~~~
6 "print available writers and exit"
7
8         flag off
9
10 option "loglevel" l
11 #~~~~~~~~~~~~~~~~~~
12 "set loglevel (0-6)"
13
14         int typestr="level"
15         default="4"
16         optional
17
18 option "bufsize" b
19 #~~~~~~~~~~~~~~~~~
20 "input buffer size"
21
22         int typestr="kilobytes"
23         default="64"
24         optional
25
26 option "writer" w
27 #~~~~~~~~~~~~~~~~
28
29 "select stream writer
30 may be give multiple times. The same writer
31 may be specified more than once"
32
33         string typestr="name"
34         default="alsa (file if alsa is unsupported)"
35         optional
36         multiple
37
38 option "start_time" t
39 #~~~~~~~~~~~~~~~~~~~~
40 "start playback at given time which must be
41 in a:b format where a denotes seconds and b
42 denotes microseconds since the epoch"
43
44         string typestr="timeval"
45         optional