[xiph-commits] r14596 - websites/celt-codec.org
jm at svn.xiph.org
jm at svn.xiph.org
Tue Mar 18 06:01:52 PDT 2008
Author: jm
Date: 2008-03-18 06:01:52 -0700 (Tue, 18 Mar 2008)
New Revision: 14596
Modified:
websites/celt-codec.org/index.shtml.en
Log:
CELT info update
Modified: websites/celt-codec.org/index.shtml.en
===================================================================
--- websites/celt-codec.org/index.shtml.en 2008-03-18 10:54:32 UTC (rev 14595)
+++ websites/celt-codec.org/index.shtml.en 2008-03-18 13:01:52 UTC (rev 14596)
@@ -22,17 +22,21 @@
</p>
<h2>The Technology</h2>
<p>
- CELT stands for "Code-Excited Lapped Transform". The code features:
+ CELT stands for "Code-Excited Lapped Transform". It applies some of the CELP principles,
+ but does everything in the frequency domain, which removes some of the limitations of CELP.
+ CELT is suitable for both speech and music and currently features:
</p>
<ul>
+ <li>Ultra-low latency (typically from 3 to 9 ms) </li>
<li>Full audio bandwidth (44.1 kHz and 48 kHz)</li>
<li>Stereo support</li>
<li>Packet loss concealment</li>
<li>Constant bit-rates from 32 kbps to 128 kbps and above</li>
- <li>Fixed-point port</li>
+ <li>A fixed-point version of the encoder and decoder</li>
</ul>
<p>
- Note that CELT is not meant to replace either Speex or Vorbis.
+ The CELT codec is meant to close the gap between Vorbis and Speex for applications
+ where both high quality audio and low delay are desired.
</p>
<h2>Getting Involved</h2>
More information about the commits
mailing list