X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=write.ggo;h=8f557bb9de6ae1284a2e7e284e618cf75d4995bf;hb=a6cbab95272b31c55b2b41e1d3dd55743c7c774f;hp=b1c808391895a6f546edd6eb04d6edb25a42a1ca;hpb=780f86d5f849308b5100b087c6b223a6deef1dd7;p=paraslash.git diff --git a/write.ggo b/write.ggo index b1c80839..8f557bb9 100644 --- a/write.ggo +++ b/write.ggo @@ -1,33 +1,35 @@ -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" 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 - int typestr="level" - default="4" - optional - +option "bufsize" b +#~~~~~~~~~~~~~~~~~ +"input buffer size" +int typestr="kilobytes" +default="64" +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 +string typestr="name" +default="alsa (file if alsa is unsupported)" +optional +multiple +details=" + May be give multiple times. The same writer may be specified + more than once. +" + +option "start_time" t +#~~~~~~~~~~~~~~~~~~~~ +"defer playback" +string typestr="timeval" +optional +details=" + Start playback at given time which must be in a:b format where + a denotes seconds and b denotes microseconds since the epoch. +"