recv improvements.
[paraslash.git] / ggo / mp3dec_filter.m4
1 include(header.m4)
2 include(buffer_tree.m4)
3
4 <qu>
5 option "bufsize" b
6 #~~~~~~~~~~~~~~~~~
7 "size of output buffer"
8 int typestr="kilobyte"
9 default="128"
10 optional
11 details="
12         Increase this if you encounter output buffer overrun
13         errors. Smaller values make the mp3dec filter use less
14         memory. The minimal size is 32K.
15 "
16
17 option "ignore-crc" i
18 #~~~~~~~~~~~~~~~~~~~~
19 "ignore CRC information in the audio stream."
20 flag off
21 details="
22         This causes frames with CRC errors to be decoded and played
23         anyway. This option is not recommended, but since some encoders
24         have been known to generate bad CRC information, this option
25         is a work-around to play streams from such encoders.
26 "
27 </qu>