Re-revert "Auto-adjust fecdec output buffer size."
[paraslash.git] / ggo / alsa_write.ggo
1 option "device" d
2 #~~~~~~~~~~~~~~~~
3 "set PCM device"
4 string typestr="device"
5 default="default"
6 optional
7 details="
8         On systems with dmix, a better choice than the default
9         value might be to use \"plug:swmix\".
10 "
11
12 option "channels" c
13 #~~~~~~~~~~~~~~~~~~
14 "specify number of channels"
15 int typestr="num"
16 default="2"
17 optional
18 details="
19         This option is only necessary for playing raw audio with
20         para_write.  In all other cases (plaing wav files with
21         para_write or using this writer with para_audiod), the number
22         of channels will be obtained from other resources.
23 "
24
25 option "samplerate" s
26 #~~~~~~~~~~~~~~~~~~~~~
27 "force given sample rate"
28 int typestr="num"
29 default="44100"
30 optional
31 details="
32         Again, it is only necessary to specify this when playing raw
33         audio with para_write.
34 "