afh_recv: Replace ggo text section by description.
[paraslash.git] / m4 / gengetopt / sample_rate.m4
1 <qu>
2 option "sample-rate" s
3 #~~~~~~~~~~~~~~~~~~~~~
4 "do not guess the input sample rate"
5 int typestr = "num"
6 default = "44100"
7 optional
8 details = "
9         It is only neccessary to specify this for raw audio. See the
10         discussion of the --channels option.
11 "
12 </qu>