From: Andre Noll Date: Tue, 29 Dec 2009 00:30:44 +0000 (+0100) Subject: write: Add --buffer-tree option. X-Git-Tag: v0.4.2~243 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=8248f915d9ffef663f2a1d9c70393da6a4a5c7d2;ds=sidebyside write: Add --buffer-tree option. Not yet used. --- diff --git a/ggo/alsa_write.ggo b/ggo/alsa_write.ggo deleted file mode 100644 index 84f49d58..00000000 --- a/ggo/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. -" diff --git a/ggo/alsa_write.m4 b/ggo/alsa_write.m4 new file mode 100644 index 00000000..3f2654b4 --- /dev/null +++ b/ggo/alsa_write.m4 @@ -0,0 +1,39 @@ +include(header.m4) +include(buffer_tree.m4) + + +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. +" +