[xiph-commits] r18326 - websites/opus-codec.org

jm at svn.xiph.org jm at svn.xiph.org
Fri May 25 12:07:49 PDT 2012


Author: jm
Date: 2012-05-25 12:07:49 -0700 (Fri, 25 May 2012)
New Revision: 18326

Modified:
   websites/opus-codec.org/index.shtml.en
Log:
Simplify Opus front page


Modified: websites/opus-codec.org/index.shtml.en
===================================================================
--- websites/opus-codec.org/index.shtml.en	2012-05-25 17:35:00 UTC (rev 18325)
+++ websites/opus-codec.org/index.shtml.en	2012-05-25 19:07:49 UTC (rev 18326)
@@ -18,25 +18,21 @@
 </p>
 <ul>
 <li>Sampling rates from 8 to 48 kHz</li>
-<li>Bit-rates from 6 kb/s 510 kb/s (*)</li>
+<li>Bit-rates from 6 kb/s 510 kb/s</li>
 <li>Support for both constant bit-rate (CBR) and variable bit-rate (VBR)</li>
-<li>Audio bandwidth from narrowband to full-band (*)</li>
-<li>Support for speech and music (*)</li>
-<li>Support for mono and stereo (*)</li>
-<li>Frame sizes from 2.5 ms to 60 ms (*)</li>
+<li>Audio bandwidth from narrowband to full-band</li>
+<li>Support for speech and music</li>
+<li>Support for mono and stereo</li>
+<li>Frame sizes from 2.5 ms to 60 ms</li>
+<li>Dynamically adjustable bitrate, audio bandwidth, and frame size</li>
 <li>Good loss robustness and packet loss concealment (PLC)</li>
 <li>Floating point and fixed-point implementation</li>
 </ul>
-<p>(*) can be changed dynamically during a stream with no signalling required</p>
 
 <p>
-   To start, you might read the latest
-    <a href="http://tools.ietf.org/html/draft-ietf-codec-opus">Internet Draft</a>
-    or check out the prototype code:
+   You can read the specification in the latest
+    <a href="http://tools.ietf.org/html/draft-ietf-codec-opus">Internet Draft</a>.
 </p>
-<blockquote class="code">
-    <pre>$ git clone <a href="http://git.xiph.org/?p=opus.git;a=summary">git://git.opus-codec.org/opus.git</a></pre>
-</blockquote>
 
 
 <!--#include virtual="/ssi/footer.include" -->



More information about the commits mailing list