0daad1929116c99f0a0502bf3dcc5815dad96ddf
[paraslash.git] / m4 / lls / include / sample-format.m4
1 [option sample-format]
2         short_opt = f
3         summary = specify sample format
4         typestr = format
5         arg_info = required_arg
6         arg_type = string
7         # TODO: dedup this from enum in para.h.
8         values = {
9                 SAMPLE_FORMAT_S8 = "S8",
10                 SAMPLE_FORMAT_U8 = "U8",
11                 SAMPLE_FORMAT_S16_LE = "S16_LE",
12                 SAMPLE_FORMAT_S16_BE = "S16_BE",
13                 SAMPLE_FORMAT_U16_LE = "U16_LE",
14                 SAMPLE_FORMAT_U16_BE = "U16_BE"
15         }
16         default_val = S16_LE
17         [help]
18                 It is only necessary to specify this for raw audio. See the discussion
19                 of the --channels option.
20         [/help]