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

comatoast at svn.xiph.org comatoast at svn.xiph.org
Sun Mar 19 19:03:02 PST 2006


Author: comatoast
Date: 2006-03-19 19:03:00 -0800 (Sun, 19 Mar 2006)
New Revision: 11029

Modified:
   websites/speex.org/index.html
   websites/speex.org/news.html
Log:
added the news item concerning http://people.xiph.org/~jm/papers/aes120_speex_vorbis.pdf

Modified: websites/speex.org/index.html
===================================================================
--- websites/speex.org/index.html	2006-03-20 01:24:05 UTC (rev 11028)
+++ websites/speex.org/index.html	2006-03-20 03:03:00 UTC (rev 11029)
@@ -93,6 +93,17 @@
 
 	<li>
 		<div class='title'>
+			<h3>On How Speex Works</h3>
+			<div>March 19, 2006</div>
+		</div>
+		<div class='content'>
+			<p>
+				Interested in how Speex works? Have a look at <a href='http://people.xiph.org/~jm/papers/aes120_speex_vorbis.pdf'>"Improved Noise Weighting in CELP Coding of Speech - Applying the Vorbis Psychoacoustic Model To Speex"</a>, authored by Jean-Marc Valin and Christopher Montgomery.
+			</p>
+		</div>
+	</li>
+	<li>
+		<div class='title'>
 			<h3>Speex 1.1.12 Released</h3>
 			<div>February 19, 2006</div>
 		</div>
@@ -104,8 +115,9 @@
 		<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>
-
 		
+		<p>As always, it's available on the <a href='/download.html'>download</a> page.</p>
+		
 		</div>
 	</li>
 
@@ -158,16 +170,6 @@
 			<p>Lots of changes in this release.  Initial TI C5x port, some fixed-point improvements and fixes, better temporary memory allocation (smaller), size of integer types now detected automatically, and a new SPEEX_PLC_TUNING option.</p>
 		</div>
 	</li>
-
-	<li>
-		<div class='title'>
-			<h3>Speex 1.0.5 Released</h3>
-			<div>May 7, 2005</div>
-		</div>
-		<div class='content'>
-			<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>
 </ul>
 <p class='readMoreNews'><a href='news.html'>Read more news…</a></p>
 <!--#include virtual="/SSI/bottomofbody.inc"-->

Modified: websites/speex.org/news.html
===================================================================
--- websites/speex.org/news.html	2006-03-20 01:24:05 UTC (rev 11028)
+++ websites/speex.org/news.html	2006-03-20 03:03:00 UTC (rev 11029)
@@ -22,9 +22,27 @@
 		</div>
 	</div>
 -->
+	<div class='newsitem'>
+		<div class='hlheader'>
+			<div class='title'>On How Speex Works</div>
+			<div class='meta'>March 19, 2006</div>
+		</div>
+		<div class='content'>
+            <p>                Interested in how Speex works? Have a look at <a href='http://people.xiph.org/~jm/papers/aes120_speex_vorbis.pdf'>"Improved Noise Weighting in CELP Coding of Speech - Applying the Vorbis Psychoacoustic Model To Speex"</a>, authored by Jean-Marc Valin and Christopher Montgomery.            </p>
+		</div>
+	</div>
 
 	<div class='newsitem'>
 		<div class='hlheader'>
+			<div class='title'>Speex 1.1.12 Released</div>
+			<div class='meta'>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>        <p>As always, it's available on the <a href='/download.html'>download</a> page.</p>
+		</div>
+	</div>
+	<div class='newsitem'>
+		<div class='hlheader'>
 			<div class='title'>Speex 1.1.11.1 Released</div>
 			<div class='meta'>December 2, 2005</div>
 		</div>



More information about the commits mailing list