]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - osx_write.ggo
make osx_write work for any bitrate
[paraslash.git] / osx_write.ggo
diff --git a/osx_write.ggo b/osx_write.ggo
new file mode 100644 (file)
index 0000000..7f319fb
--- /dev/null
@@ -0,0 +1,21 @@
+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