]> git.tuebingen.mpg.de Git - paraslash.git/blob - m4/gengetopt/sample_format.m4
0a1003339c1044f675389379b83b01dd1be8c3b9
[paraslash.git] / m4 / gengetopt / sample_format.m4
1 <qu>
2 option "sample-format" f
3 #~~~~~~~~~~~~~~~~~~~~~~~
4 "specify sample format"
5 # This must match the enum sample_format of para.h
6 values = "S8", "U8", "S16_LE", "S16_BE", "U16_LE", "U16_BE" enum
7 default = "S16_LE"
8 optional
9 details = "
10         It is only neccessary to specify this for raw audio. See the
11         discussion of the --channels option.
12 "
13 </qu>