alsa: New writer option: --buffer-time.
[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>