[xiph-commits] r18203 - trunk/ao
ph3-der-loewe at svn.xiph.org
ph3-der-loewe at svn.xiph.org
Mon Feb 13 17:57:54 PST 2012
Author: ph3-der-loewe
Date: 2012-02-13 17:57:54 -0800 (Mon, 13 Feb 2012)
New Revision: 18203
Modified:
trunk/ao/CHANGES
trunk/ao/libao.conf.5
Log:
Updated manpage libao.conf.5 (close #1822)
Modified: trunk/ao/CHANGES
===================================================================
--- trunk/ao/CHANGES 2012-02-14 01:38:53 UTC (rev 18202)
+++ trunk/ao/CHANGES 2012-02-14 01:57:54 UTC (rev 18203)
@@ -1,6 +1,7 @@
1.1.1 - Not yet released
- Added missing ao_file_extension() (see Track #1841)
- Fixed memory leak in ao_shutdown() (see Track #1799)
+ - Updated manpage libao.conf.5 (see Track #1822)
1.1.0 - February 21, 2011
- Add autofoo ld symbol versioning to build system
Modified: trunk/ao/libao.conf.5
===================================================================
--- trunk/ao/libao.conf.5 2012-02-14 01:38:53 UTC (rev 18202)
+++ trunk/ao/libao.conf.5 2012-02-14 01:57:54 UTC (rev 18203)
@@ -42,14 +42,24 @@
the ending newline. Beware of extra spaces at the end of the line!
They will probably be interpreted as part of the option value.
-Valid option keys are:
+The following is a list of valid global option keys. Any driver specific option
+may be used as well as those keys.
.RS
.IP default_driver
The short name of the driver libao should use by default. Valid values
include (not all are available on every platform): oss, esd, arts, alsa,
-alsa05, nas, irix, and sun. Note that "sun" is used on many BSD
-systems as well as Solaris. The "alsa" driver is for the 0.9.x ALSA API,
-whereas the "alsa05" driver is for the 0.5.x API.
+nas, irix, sun, roar and sndio. Note that "sun" is used on many BSD
+systems as well as Solaris.
+.IP "debug (Value optional/ignored)"
+Sets all the drivers as well as AO itself into debugging output mode.
+Unlike passing the debug option to a driver, debug will also print
+debugging information from driver loading and testing.
+.IP "quiet (Value optional/ignored)"
+Sets all the drivers as well as AO itself into silent mode.
+Errors will return only error codes; neither ao nor the drivers will
+print any output whatsoever to stderr.
+.IP "verbose (Value optional/ignored)"
+Sets all the drivers as well as AO itself into verbose mode.
.RE
.SH EXAMPLE
More information about the commits
mailing list