[xiph-commits] r10841 - websites/speex.org

comatoast at svn.xiph.org comatoast at svn.xiph.org
Mon Feb 20 21:56:23 PST 2006


Author: comatoast
Date: 2006-02-20 21:56:20 -0800 (Mon, 20 Feb 2006)
New Revision: 10841

Modified:
   websites/speex.org/download.html
   websites/speex.org/index.html
   websites/speex.org/olddownload.html
Log:
Do the usual stuff for adding 1.1.12; also point (some?) RareWares links to the current RW site

Modified: websites/speex.org/download.html
===================================================================
--- websites/speex.org/download.html	2006-02-20 18:07:10 UTC (rev 10840)
+++ websites/speex.org/download.html	2006-02-21 05:56:20 UTC (rev 10841)
@@ -15,11 +15,10 @@
 	Note that packaging information for Debian can be found on the 
 	<a href="packages.html">packages page</a>. If you’re interested in
 	anonymous Subversion access, please see the
-	<a href="http://xiph.org/svn">Xiph.Org Subversion Access</a> page.
-	In addition, <a href="http://rarewares.hydrogenaudio.org/">RareWares</a>
+	<a href="http://xiph.org/svn/">Xiph.Org Subversion Access</a> page.
+	In addition, <a href="http://rarewares.org/">RareWares</a>
 	maintains useful
-	<a href="http://rarewares.hydrogenaudio.org/others.html">Windows utilities</a>
-	such as SpeexDrop.
+	<a href="http://rarewares.org/others.html">Windows utilities</a> such as SpeexDrop.
 </p>
 
 <h2>Current Stable Release</h2>
@@ -37,27 +36,37 @@
 </ul>
 
 <h2>Current <strong style='font-style: italic;'>Unstable</strong> Release</h2>
-<h3 id='one.1.11.1'>1.1.11.1</h3>
-			<p>This is a brown-paper-bag release fixing a pretty bad bug that affected the fixed-point port in 1.1.11. Architectures that use float were not affected at all. Architectures that use fixed-point had a big drop in audio quality. Only version 1.1.11 is affected. Sorry about the inconvenience.</p>
+<h3 id='one.1.12'>1.1.12</h3>
 
-<span>Downloads:</span>
+<p>New things:</p>
 
 <ul>
-<li><a href="http://downloads.us.xiph.org/releases/speex/speex-1.1.11.1.tar.gz">Source Code</a></li>
-<li><a href="http://downloads.us.xiph.org/releases/speex/speex-1.1.11-1.i386.rpm">i386 RPM</a></li>
-<li><a href="http://downloads.us.xiph.org/releases/speex/speex-devel-1.1.11-1.i386.rpm">i386 Development RPM</a></li>
-<li><a href="http://downloads.us.xiph.org/releases/speex/speex-1.1.11-1.src.rpm">Source RPM</a></li>
-<li><a href="http://downloads.us.xiph.org/releases/speex/speex_1.1.11win32.zip">Windows binaries (from 1.1.11 source)</a></li>
+<li>echo canceller converted to fixed-point (sponsored by Analog Devices)</li>
+<li>Improvements to the experimental Vorbis-based masking model (use <code>--enable-vorbis-psy</code> as an argument to the <code>configure</code> script)</li>
+<li>several bug fixes</li>
 </ul>
 
+
+
+Downloads:
+
+<ul>
+<li><a href="http://downloads.us.xiph.org/releases/speex/speex-1.1.12.tar.gz">Source Code</a></li>
+<li><a href="http://downloads.us.xiph.org/releases/speex/speex-1.1.12.i386.rpm">i386 RPM</a></li>
+<li><a href="http://downloads.us.xiph.org/releases/speex/speex-devel-1.1.12.i386.rpm">i386 Development RPM</a></li>
+<li><a href="http://downloads.us.xiph.org/releases/speex/speex-1.1.12.src.rpm">Source RPM</a></li>
+<li><a href="http://downloads.us.xiph.org/releases/speex/speex_1.1.12win32.zip">Windows binaries</a></li>
+</ul>
+
+<!--
 <p>The below builds are 3rd party builds.  Their stability, safety, and security have not been verified.  Use at your own risk.</p>
 <ul>
 <li><a href="download/libspeex_emce.lib">x86 emulator (with debug information) (from 1.1.6 source)</a></li>
 <li><a href="download/libspeex_armce.lib">ARMV4 release build (from 1.1.6 source)</a></li>
 </ul>
+-->
 
 
-
 <h2>DirectShow Filters</h2>
 <p>
 If you just want to listen to Speex files in Windows Media Player, get

Modified: websites/speex.org/index.html
===================================================================
--- websites/speex.org/index.html	2006-02-20 18:07:10 UTC (rev 10840)
+++ websites/speex.org/index.html	2006-02-21 05:56:20 UTC (rev 10841)
@@ -93,6 +93,25 @@
 
 	<li>
 		<div class='title'>
+			<h3>Speex 1.1.12 Released</h3>
+			<div>February 19, 2006</div>
+		</div>
+		<div class='content'>
+		<p>New things:</p>
+
+		<ul>
+		<li>echo canceller converted to fixed-point (sponsored by Analog Devices)</li>
+		<li>Improvements to the experimental Vorbis-based masking model (use <code>--enable-vorbis-psy</code> as an argument to the <code>configure</code> script)</li>
+		<li>several bug fixes</li>
+		</ul>
+
+		
+		</div>
+	</li>
+
+
+	<li>
+		<div class='title'>
 			<h3>Speex 1.1.11.1 Released</h3>
 			<div>December 2, 2005</div>
 		</div>
@@ -149,74 +168,6 @@
 			<p>The main change with this release is that it includes API additions from the 1.1.x branch (while being backward compatible), so that transition from 1.0.x to 1.1.x can be made easier.</p>
 		</div>
 	</li>
-
-	<li>
-		<div class='title'>
-			<h3>Speex 1.1.7 Released</h3>
-			<div>March 2, 2005</div>
-		</div>
-		<div class='content'>
-			<p>
-			The changes for this release are very broad and include generic optimizations in the encoder, ARM-specific optimizations (gcc inline assembly), optional shortcuts in the encoder sacrificing quality for speed, 
-			fixed-point improvements (perceptual enhancement converted), reduction in memory usage, the Symbian code now uses the same API, and several bug fixes. <br/> <br/>
-			</p>
-		</div>
-	</li>
-	
-	<li>
-		<div class='title'>
-			<h3>New Specialized libs Released</h3>
-			<div>November 18, 2004</div>
-		</div>
-		<div class='content'>
-			<p>
-			<ul>
-				<li>libspeex_emce.lib is an x86 emulator build (with debug information)</li>
-				<li>ibspeex_armce.lib is an ARMV4 release build</li>
-			</ul>
-			<br/>
-			</p>
-		</div>
-	</li>
-
-	<li>
-		<div class='title'>
-			<h3>Speex 1.1.6 Released</h3>
-			<div>July 28, 2004</div>
-		</div>
-		<div class='content'>
-			<p>
-			There are seven changes in this release.
-			<ul>
-				<li>Improved jitter buffer (now actually works)</li>
-				<li>Denoiser tuning</li>
-				<li>Improved echo canceller (please send feedback)</li>
-				<li>Support for Symbian OS</li>
-				<li>Gapless playback for speexenc/speexdec</li>
-				<li>Run-time identification of Speex version with a new speex_lib_ctl() call</li>
-				<li>Moved the includes to /usr/include/speex/</li>
-			</ul>
-			<br/>
-			</p>
-		</div>
-	</li>
-	<li>
-		<div class='title'>
-			<h3>Speex 1.0.4 Released</h3>
-			<div>July 21, 2004</div>
-		</div>
-		<div class='content'>
-			<p>
-			There are three changes in this release.
-			<ul>
-				<li>Headers are now in /usr/include/speex/ (but a copy is still in /usr/include for compat reasons).</li>
-				<li>Pseudo-gapless playback (i.e. playback has the same number of samples)</li>
-				<li>Fixed a potential bug (unconfirmed) that might cause a segfault in special circumstances.</li>
-			</ul>
-			<br/>
-			</p>
-		</div>
-	</li>
 </ul>
 <p class='readMoreNews'><a href='news.html'>Read more news…</a></p>
 <!--#include virtual="/SSI/bottomofbody.inc"-->

Modified: websites/speex.org/olddownload.html
===================================================================
--- websites/speex.org/olddownload.html	2006-02-20 18:07:10 UTC (rev 10840)
+++ websites/speex.org/olddownload.html	2006-02-21 05:56:20 UTC (rev 10841)
@@ -22,6 +22,27 @@
 
 <h2>Releases</h2>
 
+<h3 id='one.1.11.1'>1.1.11.1</h3>
+			<p>This is a brown-paper-bag release fixing a pretty bad bug that affected the fixed-point port in 1.1.11. Architectures that use float were not affected at all. Architectures that use fixed-point had a big drop in audio quality. Only version 1.1.11 is affected. Sorry about the inconvenience.</p>
+
+<span>Downloads:</span>
+
+<ul>
+<li><a href="http://downloads.us.xiph.org/releases/speex/speex-1.1.11.1.tar.gz">Source Code</a></li>
+<li><a href="http://downloads.us.xiph.org/releases/speex/speex-1.1.11-1.i386.rpm">i386 RPM</a></li>
+<li><a href="http://downloads.us.xiph.org/releases/speex/speex-devel-1.1.11-1.i386.rpm">i386 Development RPM</a></li>
+<li><a href="http://downloads.us.xiph.org/releases/speex/speex-1.1.11-1.src.rpm">Source RPM</a></li>
+<li><a href="http://downloads.us.xiph.org/releases/speex/speex_1.1.11win32.zip">Windows binaries (from 1.1.11 source)</a></li>
+</ul>
+
+<p>The below builds are 3rd party builds.  Their stability, safety, and security have not been verified.  Use at your own risk.</p>
+<ul>
+<li><a href="download/libspeex_emce.lib">x86 emulator (with debug information) (from 1.1.6 source)</a></li>
+<li><a href="download/libspeex_armce.lib">ARMV4 release build (from 1.1.6 source)</a></li>
+</ul>
+
+
+
 <h3 id='one.1.11'>1.1.11</h3>
 			<p>This release includes lots of bug fixes. These include SSE, fixed-point and Blackfin. Also, the echo canceller and packet loss concealment have been improved.</p>
 



More information about the commits mailing list