Merge branch 'maint'
[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 default="alsa (file if alsa is unsupported)"
13 optional
14 multiple
15 details="
16         May be give multiple times. The same writer may be specified
17         more than once.
18 "
19
20 include(channels.m4)
21 include(sample_rate.m4)
22 include(sample_format.m4)