[xiph-commits] r17131 - websites/xiph.org/ao

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Tue Apr 6 10:18:05 PDT 2010


Author: xiphmont
Date: 2010-04-06 10:18:05 -0700 (Tue, 06 Apr 2010)
New Revision: 17131

Removed:
   websites/xiph.org/ao/src/
Modified:
   websites/xiph.org/ao/index.shtml.en
Log:
Update ao pages for new release (hey, we've got an ao page!  Who knew?)



Modified: websites/xiph.org/ao/index.shtml.en
===================================================================
--- websites/xiph.org/ao/index.shtml.en	2010-04-06 02:12:34 UTC (rev 17130)
+++ websites/xiph.org/ao/index.shtml.en	2010-04-06 17:18:05 UTC (rev 17131)
@@ -19,21 +19,51 @@
   <li>Null output (handy for testing without a sound device)</li>
   <li>WAV files</li>
   <li>AU files</li>
+  <li>RAW files</li>
   <li>OSS (Open Sound System, used on Linux and FreeBSD)</li>
   <li>ALSA (Advanced Linux Sound Architecture)</li>
+  <li>aRts (Analog RealTime Synth, used by KDE)
   <li>PulseAudio (next generation GNOME sound server)</li>
   <li>esd (EsounD or Enlightened Sound Daemon)</li>
+  <li>MacOS X</li>
+  <li>Windows (98 and later)</li>
   <li>AIX</li>
   <li>Sun/NetBSD/OpenBSD</li>
   <li>IRIX</li>
   <li>NAS (Network Audio Server)</li>
+  <li>Roar Audio</li>
+  <li>OpenBSD SNDIO</li>
+  
 </ul>
 <p>
-Please report bugs at <a href="http://trac.xiph.org/">trac.xiph.org</a>
-or email them to Stan Seibert 
-&lt;<a href="mailto:volsung at xiph.org">volsung at xiph.org</a>&gt;.
+Please report bugs at <a href="http://trac.xiph.org/">trac.xiph.org</a>.
 </p>
 
+<h2 id="release1.0.0">Release 1.0.0 - May 25, 2010</h2>
+<ul>
+      <li>Source code: <a href="http://downloads.xiph.org/releases/ao/libao-1.0.0.tar.gz">libao-1.0.0.tar.gz</a></li>
+</ul>
+
+<h3 id="changes0.8.8">Changelog</h3>
+<ul>
+<li>AO returned to active development
+<li>Added surround channel mapping API and capability
+<li>Updated all drivers on modern installs
+<li>New config file options
+<li>Driver options may be specified in config file
+<li>Support for MacOSX updated to 10.5 and later
+<li>Build in WMM driver rather than using dlopen()
+<li>Added Roar Audio driver
+<li>Added OpenBSD SNDIO driver
+<li>Workaround for ESD non-4096 byte write bug
+<li>Workaround aRts server crash bug
+<li>Workaround for VIA82xx click/crackle bugs under ALSA
+<li>Remove dead/unused drivers (solaris, alasa05, mmsound)
+<li>Numerous patches from multiple downstreams
+</ul>
+
+<hr/>
+
 <h2 id="release0.8.8">Release 0.8.8 - May 24, 2007</h2>
 <ul>
 	<li>Source code: <a href="http://downloads.xiph.org/releases/ao/libao-0.8.8.tar.gz">libao-0.8.8.tar.gz</a></li>



More information about the commits mailing list