audiod: Dump audiod status after command execution.
[paraslash.git] / ggo / osx_write.ggo
1 section "osx options"
2 #####################
3
4 option "channels" c
5 #~~~~~~~~~~~~~~~~~~
6 "channel count"
7
8 details = "
9         Specify the number of channels. This is only neccessary for raw audio.
10 "
11
12         int typestr="num"
13         default="2"
14         optional
15
16 option "samplerate" s
17 #~~~~~~~~~~~~~~~~~~~~~
18
19 "force given sample rate (only neccessary for
20 raw audio)"
21
22         int typestr="num"
23         default="44100"
24         optional
25
26 option "numbuffers" n
27 #~~~~~~~~~~~~~~~~~~~~~
28
29 "number of audio buffers to allocate (increase if
30 you get buffer underruns)"
31
32         int typestr="num"
33         default="20"
34         optional