X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=play.ggo;h=3ccdf592f464cc430e02500bfe3ca218d3648aa1;hp=6b6aa9c637fc3fb6e9798b50b3d9ab56aa020489;hb=c9f109a9e7f2d6116b7906a852afc339c858c275;hpb=e135f6e94c983e6abceed143a4536723f5c3e5b8 diff --git a/play.ggo b/play.ggo index 6b6aa9c6..3ccdf592 100644 --- a/play.ggo +++ b/play.ggo @@ -3,3 +3,5 @@ option "start_time" t "start playback at given time which must be in a:b format 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