]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - ggo/osx_write.ggo
Move ggo files to a separate directory.
[paraslash.git] / ggo / osx_write.ggo
diff --git a/ggo/osx_write.ggo b/ggo/osx_write.ggo
new file mode 100644 (file)
index 0000000..ce2792e
--- /dev/null
@@ -0,0 +1,31 @@
+section "osx options"
+#####################
+
+option "channels" c
+#~~~~~~~~~~~~~~~~~~
+"number of channels (only neccessary for raw
+audio)"
+
+       int typestr="num"
+       default="2"
+       optional
+
+option "samplerate" s
+#~~~~~~~~~~~~~~~~~~~~~
+
+"force given sample rate (only neccessary for
+raw audio)"
+
+       int typestr="num"
+       default="44100"
+       optional
+
+option "numbuffers" n
+#~~~~~~~~~~~~~~~~~~~~~
+
+"number of audio buffers to allocate (increase if
+you get buffer underruns)"
+
+       int typestr="num"
+       default="5"
+       optional