[xiph-commits] r11828 - in websites/speex.org: . downloads news

jm at svn.xiph.org jm at svn.xiph.org
Mon Sep 4 05:50:35 PDT 2006


Author: jm
Date: 2006-09-04 05:50:31 -0700 (Mon, 04 Sep 2006)
New Revision: 11828

Modified:
   websites/speex.org/downloads/index.shtml.en
   websites/speex.org/index.shtml.en
   websites/speex.org/news/index.shtml.en
Log:
updating for 1.2beta1


Modified: websites/speex.org/downloads/index.shtml.en
===================================================================
--- websites/speex.org/downloads/index.shtml.en	2006-09-04 11:56:23 UTC (rev 11827)
+++ websites/speex.org/downloads/index.shtml.en	2006-09-04 12:50:31 UTC (rev 11828)
@@ -28,7 +28,7 @@
 </p>
 
 
-<h2>Current Stable Release</h2>
+<h2>Current Stable Release (old)</h2>
 <h3 id='one.0.5'>1.0.5</h3>
 <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.
@@ -42,35 +42,23 @@
 <li><a href="http://downloads.us.xiph.org/releases/speex/speex-1.0.5-1.src.rpm">Source RPM</a></li>
 <li><a href="http://downloads.us.xiph.org/releases/speex/speex_win32_1.0.4_setup.exe">Windows binaries (1.0.4)</a></li>
 </ul>
-<h2>Current <strong style='font-style: italic;'>Unstable</strong> Release</h2>
-<h3 id='one.1.12'>1.1.12</h3>
+<h2>Current <strong style='font-style: italic;'>Unstable</strong> Release (recommended)</h2>
+<h3 id='one.1.2beta1'>1.2beta1</h3>
 
-<p>New things:</p>
+<p>This new release brings many significant improvements. The quality has been improved, both at the encoder level and the decoder level. These include enhancer improvements (now on by default), input/output high-pass filters, as well as fixing minor regressions in previous 1.1.x releases. A strange and rare instability problem with pure sinusoids has also been fixed. On top of that, memory use has been greatly reduced, especially for fixed-point and narrowband. The fixed-point narrowband encoder+decoder memory use has been cut by more than half, making it possible to fit both in less than 6 kB of RAM. In general, CPU requirement had gone down, especially for the fixed-point port. The Blackfin port has been speeded up significantly, thanks to David Rowe. There are also a few fixes for the TI C5X DSPs, as well as better support for C++ compilers and crappy MS compilers. Oh, and before anyone starts worrying, the format (bit-stream) itself has not changed, so Speex is still compatible with version 1.0 and will continue to be in the future.</p>
+<p>Non-codec improvements include a extension (easier to use) to the echo canceller API and a Speex-independent version of the jitter buffer. The echo canceller should also be more robust to saturation in the capture path. Last, but not least, the documentation has been updated.</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>
 
-
 <span>Downloads:</span>
 
 <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-1.i386.rpm">i386 RPM</a></li>
+<li><a href="http://downloads.us.xiph.org/releases/speex/speex-1.2beta1.tar.gz">Source Code</a></li>
+<li><a href="http://downloads.us.xiph.org/releases/speex/speex-1.2beta1-1.i386.rpm">i386 RPM</a></li>
 
-<li><a href="http://downloads.us.xiph.org/releases/speex/speex-devel-1.1.12-1.i386.rpm">i386 Development RPM</a></li>
-<li><a href="http://downloads.us.xiph.org/releases/speex/speex-1.1.12-1.src.rpm">Source RPM</a></li>
+<li><a href="http://downloads.us.xiph.org/releases/speex/speex-devel-1.2beta1-1.i386.rpm">i386 Development RPM</a></li>
+<li><a href="http://downloads.us.xiph.org/releases/speex/speex-1.2beta1-1.src.rpm">Source RPM</a></li>
 </ul>
 
-<p>The builds below are third-party builds.  Their stability, safety, and security have not been verified.  Use at your own risk.</p>
-<ul>
-<li><a href="http://downloads.xiph.org/releases/speex/libspeex_emce.lib">x86 emulator (with debug information) (from 1.1.6 source)</a></li>
-<li><a href="http://downloads.xiph.org/releases/speex/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.shtml.en
===================================================================
--- websites/speex.org/index.shtml.en	2006-09-04 11:56:23 UTC (rev 11827)
+++ websites/speex.org/index.shtml.en	2006-09-04 12:50:31 UTC (rev 11828)
@@ -48,6 +48,7 @@
 	<li title="Speex can detect if someone is speaking or not, and adjust itself accordingly">Voice Activity Detection (VAD)</li>
 	<li title="Speex can stop sending data if it thinks it’s okay (such as when there is no voice data)">Discontinuous Transmission (DTX)</li>
 	<li>In-progress fixed-point port</li>
+	<li>Acoustic echo canceller</li>
 </ul>
 <p>
 	Note that Speex has a number of features that aren't in other codecs
@@ -84,6 +85,14 @@
 <h2>Headlines</h2>
 <ul class="descriptivelist">
 	<li>
+		<h3>Speex 1.2beta1: Better, smaller, faster and more</h3>
+		<p class="submitdate">September 4, 2006</p>
+		<div class="description">
+                <p>This new release brings many significant improvements. The quality has been improved, both at the encoder level and the decoder level. These include enhancer improvements (now on by default), input/output high-pass filters, as well as fixing minor regressions in previous 1.1.x releases. A strange and rare instability problem with pure sinusoids has also been fixed. On top of that, memory use has been greatly reduced, especially for fixed-point and narrowband. The fixed-point narrowband encoder+decoder memory use has been cut by more than half, making it possible to fit both in less than 6 kB of RAM. In general, CPU requirement had gone down, especially for the fixed-point port. The Blackfin port has been speeded up significantly, thanks to David Rowe. There are also a few fixes for the TI C5X DSPs, as well as better support for C++ compilers and crappy MS compilers. Oh, and before anyone starts worrying, the format (bit-stream) itself has not changed, so Speex is still compatible with version 1.0 and will continue to be in the future.</p>
+                <p>Non-codec improvements include a extension (easier to use) to the echo canceller API and a Speex-independent version of the jitter buffer. The echo canceller should also be more robust to saturation in the capture path. Last, but not least, the documentation has been updated.</p>
+		</div>
+	</li>
+	<li>
 		<h3>How the Echo Canceller works</h3>
 		<p class="submitdate">August 7, 2006</p>
 		<div class="description">

Modified: websites/speex.org/news/index.shtml.en
===================================================================
--- websites/speex.org/news/index.shtml.en	2006-09-04 11:56:23 UTC (rev 11827)
+++ websites/speex.org/news/index.shtml.en	2006-09-04 12:50:31 UTC (rev 11828)
@@ -30,6 +30,14 @@
 
 <ul class="descriptivelist">
 	<li>
+		<h3>Speex 1.2beta1: Better, smaller, faster and more</h3>
+		<p class="submitdate">September 4, 2006</p>
+		<div class="description">
+                <p>This new release brings many significant improvements. The quality has been improved, both at the encoder level and the decoder level. These include enhancer improvements (now on by default), input/output high-pass filters, as well as fixing minor regressions in previous 1.1.x releases. A strange and rare instability problem with pure sinusoids has also been fixed. On top of that, memory use has been greatly reduced, especially for fixed-point and narrowband. The fixed-point narrowband encoder+decoder memory use has been cut by more than half, making it possible to fit both in less than 6 kB of RAM. In general, CPU requirement had gone down, especially for the fixed-point port. The Blackfin port has been speeded up significantly, thanks to David Rowe. There are also a few fixes for the TI C5X DSPs, as well as better support for C++ compilers and crappy MS compilers. Oh, and before anyone starts worrying, the format (bit-stream) itself has not changed, so Speex is still compatible with version 1.0 and will continue to be in the future.</p>
+                <p>Non-codec improvements include a extension (easier to use) to the echo canceller API and a Speex-independent version of the jitter buffer. The echo canceller should also be more robust to saturation in the capture path. Last, but not least, the documentation has been updated.</p>
+		</div>
+	</li>
+	<li>
 		<h3>How the Echo Canceller works</h3>
 		<p class="submitdate">August 7, 2006</p>
 		<div class="description">



More information about the commits mailing list