Don't include $codename in ggo version string.
[paraslash.git] / m4 / gengetopt / channels.m4
1 <qu>
2 option "channels" c
3 #~~~~~~~~~~~~~~~~~~
4 "specify number of channels"
5 int typestr = "num"
6 default = "2"
7 optional
8 details = "
9         It is only necessary to specify this option for raw audio. If
10         it is not given, the channel count is queried from the parent
11         buffer tree nodes (e.g. the decoder) or the wav header. Only
12         if this fails, the default value applies.
13 "
14 </qu>