X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ggo%2Fosx_write.ggo;h=8dca821245422fcb5aba2b963566cc9d8cdb9187;hp=ce2792e5f96e63f09046aab5cdeac6af6e34554c;hb=d4d37bb32a8d6219f9f52aa2ee3de55eb7e099c8;hpb=35993f0cd49206666262cfdd2be89af41ec28a1d diff --git a/ggo/osx_write.ggo b/ggo/osx_write.ggo index ce2792e5..8dca8212 100644 --- a/ggo/osx_write.ggo +++ b/ggo/osx_write.ggo @@ -3,14 +3,17 @@ section "osx options" option "channels" c #~~~~~~~~~~~~~~~~~~ -"number of channels (only neccessary for raw -audio)" +"channel count" + +details = " + Specify the number of channels. This is only neccessary for raw audio. +" int typestr="num" default="2" optional -option "samplerate" s +option "sample_rate" s #~~~~~~~~~~~~~~~~~~~~~ "force given sample rate (only neccessary for @@ -27,5 +30,5 @@ option "numbuffers" n you get buffer underruns)" int typestr="num" - default="5" + default="20" optional