Merge branch 'refs/heads/t/aft_fixes'
[paraslash.git] / m4 / lls / write.suite.m4
1 m4_define(PROGRAM, para_write)
2 [suite write]
3 version-string = GIT_VERSION()
4 [supercommand para_write]
5         purpose = play wav or raw audio
6         [description]
7                 para_write reads audio data from stdin and starts one supported writer.
8         [/description]
9         m4_include(common-option-section.m4)
10         m4_include(help.m4)
11         m4_include(detailed-help.m4)
12         m4_include(version.m4)
13         m4_include(loglevel.m4)
14         m4_include(per-command-options-section.m4)
15         [option writer]
16                 short_opt = w
17                 summary = select writer to start
18                 arg_info = required_arg
19                 arg_type = string
20                 flag multiple
21                 typestr = 'name [options]'
22                 [help]
23                         May be given multiple times, and the same writer may be specified more
24                         than once. If this option is not given, the first supported writer
25                         is started. The list of supported writers is shown in the help output.
26
27                         Options for a particular writer may be specified for each given
28                         '--writer' option separately. You will have to quote these options
29                         like this:
30
31                                 --writer 'oss --device /dev/dsp2'
32                 [/help]
33         m4_include(channels.m4)
34         m4_include(sample-rate.m4)
35         m4_include(sample-format.m4)