X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write.ggo;h=1ea8abf29265d9bc6c569f7fbeda5734cd70e972;hp=4afff0c02b610f1a880ad7218e5f1ce79ccae5ce;hb=8f79f577f809506a12799cb97dba1f111c014df5;hpb=97e74ab40f208840f2330d64f5f053aab9d5fa44 diff --git a/write.ggo b/write.ggo index 4afff0c0..1ea8abf2 100644 --- a/write.ggo +++ b/write.ggo @@ -6,7 +6,6 @@ option "list_writers" L "print available writers and exit" flag off - optional option "loglevel" l #~~~~~~~~~~~~~~~~~~ @@ -24,14 +23,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 +43,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 -