X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=ggo%2Fao_write.m4;fp=ggo%2Fao_write.m4;h=baccc57ffbfebd41ea9848a5d3b8667a7103af41;hb=3fe80106bf0dc11987be660db2a39f2cc0a692a4;hp=0000000000000000000000000000000000000000;hpb=ef679cdaa57f21fb578ab774520b0972fefaefcb;p=paraslash.git diff --git a/ggo/ao_write.m4 b/ggo/ao_write.m4 new file mode 100644 index 00000000..baccc57f --- /dev/null +++ b/ggo/ao_write.m4 @@ -0,0 +1,26 @@ +include(header.m4) + + +option "driver" d +#~~~~~~~~~~~~~~~~ +"Select a output driver by name" +string typestr = "name" +optional +details = " + If this is not given, the driver with the highest priority + (see below) will be used. +" + +option "ao-option" o +#~~~~~~~~~~~~~~~~~~~ +"Pass a key-value pair to the libao driver" +string typestr = "key:value" +optional +multiple +details = " + For each time this option is given, the supplied key-value + pair is appended to the list of options for the driver. Invalid + keys are silently ignored. +" + +