X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=alsa_write.ggo;fp=alsa_write.ggo;h=0000000000000000000000000000000000000000;hp=84f49d58916bcce0ba51e1ab65347f25eb7c58a5;hb=35993f0cd49206666262cfdd2be89af41ec28a1d;hpb=ae657a3b13b4ff76187dad39fede40b98d7cb6d7 diff --git a/alsa_write.ggo b/alsa_write.ggo deleted file mode 100644 index 84f49d58..00000000 --- a/alsa_write.ggo +++ /dev/null @@ -1,34 +0,0 @@ -option "device" d -#~~~~~~~~~~~~~~~~ -"set PCM device" -string typestr="device" -default="default" -optional -details=" - On systems with dmix, a better choice than the default - value might be to use \"plug:swmix\". -" - -option "channels" c -#~~~~~~~~~~~~~~~~~~ -"specify number of channels" -int typestr="num" -default="2" -optional -details=" - This option is only necessary for playing raw audio with - para_write. In all other cases (plaing wav files with - para_write or using this writer with para_audiod), the number - of channels will be obtained from other resources. -" - -option "samplerate" s -#~~~~~~~~~~~~~~~~~~~~~ -"force given sample rate" -int typestr="num" -default="44100" -optional -details=" - Again, it is only necessary to specify this when playing raw - audio with para_write. -"