Convert audioc to lopsub.
[paraslash.git] / m4 / gengetopt / write.m4
1 args "--no-handle-help --no-handle-version"
2
3 purpose "Play wav or raw audio"
4
5 include(header.m4)
6 include(loglevel.m4)
7
8 option "writer" w
9 #~~~~~~~~~~~~~~~~
10 "select stream writer"
11 string typestr="name"
12 optional
13 multiple
14 details="
15         May be given multiple times, and the same writer may be specified more
16         than once. If this option is not given, the first supported writer
17         is started. The list of supported writers is shown in the help output.
18 "
19
20 include(channels.m4)
21 include(sample_rate.m4)
22 include(sample_format.m4)