X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=play.ggo;h=e4842499b716818f434b7e4cb616b230c59916aa;hp=75fb1bae63a41aa05839bc4f871fd6bee3bf2caa;hb=e0e5a7c1a04c6a2ee4a475e823657e06e6df2f99;hpb=2ed89c59f0efcd0a2763f47c7d3455663241e623 diff --git a/play.ggo b/play.ggo index 75fb1bae..e4842499 100644 --- a/play.ggo +++ b/play.ggo @@ -1,5 +1,7 @@ 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="plug:swmix" 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