Merge branch 't/udp_lookup'
[paraslash.git] / ggo / osx_write.ggo
index ce2792e5f96e63f09046aab5cdeac6af6e34554c..33c495abf90fc2777b4171f224e5b9725c81b32d 100644 (file)
@@ -3,8 +3,11 @@ 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"
@@ -27,5 +30,5 @@ option "numbuffers" n
 you get buffer underruns)"
 
        int typestr="num"
-       default="5"
+       default="20"
        optional