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