osx_write: fix mono streams
[paraslash.git] / osx_write.ggo
1 section "osx options"
2 #####################
3
4 option "channels" c
5 #~~~~~~~~~~~~~~~~~~
6 "number of channels (only neccessary for raw
7 audio)"
8
9         int typestr="num"
10         default="2"
11         optional
12
13 option "samplerate" s
14 #~~~~~~~~~~~~~~~~~~~~~
15
16 "force given sample rate (only neccessary for
17 raw audio)"
18
19         int typestr="num"
20         default="44100"
21         optional