X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write.ggo;h=02d1a164bb06d031012d86a649dea44f32053abc;hp=4afff0c02b610f1a880ad7218e5f1ce79ccae5ce;hb=450dc78c2298f8ebc8ec494288c6b04aa2359e2d;hpb=97e74ab40f208840f2330d64f5f053aab9d5fa44 diff --git a/write.ggo b/write.ggo index 4afff0c0..02d1a164 100644 --- a/write.ggo +++ b/write.ggo @@ -24,14 +24,6 @@ option "bufsize" b default="64" optional -option "prebuffer" p -#~~~~~~~~~~~~~~~~~~~ -"delay playback until buffer is filled" - - int typestr="percent" - default="100" - optional - option "writer" w #~~~~~~~~~~~~~~~~ @@ -52,34 +44,3 @@ denotes microseconds since the epoch" string typestr="timeval" optional - - -section "alsa options" -###################### - -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 -