X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=play.ggo;h=b1c808391895a6f546edd6eb04d6edb25a42a1ca;hp=6b6aa9c637fc3fb6e9798b50b3d9ab56aa020489;hb=773bdfd137b4d4bb350903a1cb6b25ef304b3e0a;hpb=e135f6e94c983e6abceed143a4536723f5c3e5b8 diff --git a/play.ggo b/play.ggo index 6b6aa9c6..b1c80839 100644 --- a/play.ggo +++ b/play.ggo @@ -1,5 +1,33 @@ 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 "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 + + +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