]> git.tuebingen.mpg.de Git - paraslash.git/blob - m4/lls/include/sample-format.m4
030ab7d5d3ed85c394072ebd6c02774ce988c087
[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                 SAMPLE_FORMAT_FLOAT_LE = "FLOAT_LE",
16                 SAMPLE_FORMAT_FLOAT_BE = "FLOAT_BE"
17         }
18         default_val = S16_LE
19         [help]
20                 It is only necessary to specify this for raw audio. See the discussion
21                 of the --channels option.
22         [/help]