]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - play.ggo
add new writer to para_play: file
[paraslash.git] / play.ggo
index e4842499b716818f434b7e4cb616b230c59916aa..b1c808391895a6f546edd6eb04d6edb25a42a1ca 100644 (file)
--- a/play.ggo
+++ b/play.ggo
@@ -5,3 +5,29 @@ option "channels" c "number of channels (only neccessary for raw audio)" int typ
 option "sample_rate" s "force given sample rate (only neccessary for raw audio)" int typestr="num" default="44100" optional
 option "bufsize" b "input buffer size" int typestr="kilobytes" default="64" optional
 option "prebuffer" p "delay playback until buffer is filled" int typestr="percent" default="100" optional
+option "loglevel" l
+#~~~~~~~~~~~~~~~~~~
+
+"set loglevel (0-6)"
+
+       int typestr="level"
+       default="4"
+       optional
+
+
+option "writer" w
+#~~~~~~~~~~~~~~~
+
+"select stream writer"
+
+       string typestr="name"
+       default="alsa (file if alsa is unsupported)"
+       optional
+       multiple
+
+option "list_writers" L
+#~~~~~~~~~~~~~~~~~~~~~~
+"print available writers and exit"
+
+       flag off
+       optional