]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - play.ggo
switch to the new struct writer/writer_node abstraction
[paraslash.git] / play.ggo
index e4842499b716818f434b7e4cb616b230c59916aa..23cd64ee4499fbc1b8b5fcc353889f3d1d56f516 100644 (file)
--- a/play.ggo
+++ b/play.ggo
@@ -5,3 +5,12 @@ 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 "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
+