]> git.tuebingen.mpg.de Git - paraslash.git/blob - m4/lls/include/channels.m4
paraslash 0.7.3
[paraslash.git] / m4 / lls / include / channels.m4
1 [option channels]
2         short_opt = c
3         summary = specify number of channels
4         typestr = num
5         arg_info = required_arg
6         arg_type = uint32
7         default_val = 2
8         [help]
9                 It is only necessary to specify this option for raw audio. If it is
10                 not given, the channel count is queried from the parent buffer tree
11                 nodes (e.g. the decoder) or the wav header. Only if this query fails,
12                 the default value applies.
13         [/help]