X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=play.ggo;h=23cd64ee4499fbc1b8b5fcc353889f3d1d56f516;hb=924db525a63d5aac65c09f2e8c6b72a733854414;hp=3ccdf592f464cc430e02500bfe3ca218d3648aa1;hpb=c44832042ede98e5ec9f3f9b85e800367e9f5c1f;p=paraslash.git diff --git a/play.ggo b/play.ggo index 3ccdf592..23cd64ee 100644 --- a/play.ggo +++ b/play.ggo @@ -1,7 +1,16 @@ section "general options" -option "start_time" t "start playback at given time which must be in a:b format where a denotes seconds and b denotes microseconds since the epoch" string typestr="timeval" no -option "device" d "set PCM device" string typestr="device" default="plughw:0,0" no -option "channels" c "number of channels (only neccessary for raw audio)" int typestr="num" default="2" no -option "sample_rate" s "force given sample rate (only neccessary for raw audio)" int typestr="num" default="44100" no -option "bufsize" b "input buffer size" int typestr="kilobytes" default="64" no -option "prebuffer" p "delay playback until buffer is filled" int typestr="percent" default="100" no +option "start_time" t "start playback at given time which must be in a:b format where a denotes seconds and b denotes microseconds since the epoch" string typestr="timeval" optional +option "device" d "set PCM device" string typestr="device" default="plughw:0,0" optional +option "channels" c "number of channels (only neccessary for raw audio)" int typestr="num" default="2" 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 +