X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ggo%2Falsa_write.m4;h=d0cd4071cdcf44346c982976f324547cabcafe19;hp=afcefccfacbc3af3d6ccb077db9d81d2aa6151a5;hb=f3b4f3298d2dffdb84a121b7d4aa561975f79be9;hpb=9609fd30e0d3db45ede3ab5c6bc3a77c15b6aef8;ds=sidebyside diff --git a/ggo/alsa_write.m4 b/ggo/alsa_write.m4 index afcefccf..d0cd4071 100644 --- a/ggo/alsa_write.m4 +++ b/ggo/alsa_write.m4 @@ -11,28 +11,4 @@ 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. -"