[xiph-commits] r14884 - in websites/celt-codec.org: . samples samples/tasl samples/tasl/audio

jm at svn.xiph.org jm at svn.xiph.org
Wed May 14 21:42:32 PDT 2008


Author: jm
Date: 2008-05-14 21:42:32 -0700 (Wed, 14 May 2008)
New Revision: 14884

Added:
   websites/celt-codec.org/samples/
   websites/celt-codec.org/samples/index.shtml.en
   websites/celt-codec.org/samples/tasl/
   websites/celt-codec.org/samples/tasl/audio/
   websites/celt-codec.org/samples/tasl/audio/celt48.wav
   websites/celt-codec.org/samples/tasl/audio/celt64.wav
   websites/celt-codec.org/samples/tasl/audio/celt64ber.wav
   websites/celt-codec.org/samples/tasl/audio/celt64plc1.wav
   websites/celt-codec.org/samples/tasl/audio/celt64plc5.wav
   websites/celt-codec.org/samples/tasl/audio/celt64secded.wav
   websites/celt-codec.org/samples/tasl/audio/original.wav
   websites/celt-codec.org/samples/tasl/index.shtml.en
Log:
Adding some samples


Added: websites/celt-codec.org/samples/index.shtml.en
===================================================================
--- websites/celt-codec.org/samples/index.shtml.en	                        (rev 0)
+++ websites/celt-codec.org/samples/index.shtml.en	2008-05-15 04:42:32 UTC (rev 14884)
@@ -0,0 +1,20 @@
+<!--#include virtual="/ssi/header.include" -->
+<!--  Enter custom page information and styles here -->
+
+<title>The CELT ultra-low delay audio codec</title>
+<style type="text/css">
+<!--
+#navlink_ a {
+	text-decoration: underline !important;
+}
+-->
+</style>
+</head>
+<body>
+<!--#include virtual="/common/xiphbar.include" -->
+<!--#include virtual="/ssi/pagetop.include" -->
+
+<h1>CELT Samples</h1>
+<p> Please refer to <a href="tasl/">this page</a> for some CELT samples.</p>
+
+<!--#include virtual="/ssi/pagebottom.include" -->

Added: websites/celt-codec.org/samples/tasl/audio/celt48.wav
===================================================================
(Binary files differ)


Property changes on: websites/celt-codec.org/samples/tasl/audio/celt48.wav
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: websites/celt-codec.org/samples/tasl/audio/celt64.wav
===================================================================
(Binary files differ)


Property changes on: websites/celt-codec.org/samples/tasl/audio/celt64.wav
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: websites/celt-codec.org/samples/tasl/audio/celt64ber.wav
===================================================================
(Binary files differ)


Property changes on: websites/celt-codec.org/samples/tasl/audio/celt64ber.wav
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: websites/celt-codec.org/samples/tasl/audio/celt64plc1.wav
===================================================================
(Binary files differ)


Property changes on: websites/celt-codec.org/samples/tasl/audio/celt64plc1.wav
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: websites/celt-codec.org/samples/tasl/audio/celt64plc5.wav
===================================================================
(Binary files differ)


Property changes on: websites/celt-codec.org/samples/tasl/audio/celt64plc5.wav
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: websites/celt-codec.org/samples/tasl/audio/celt64secded.wav
===================================================================
(Binary files differ)


Property changes on: websites/celt-codec.org/samples/tasl/audio/celt64secded.wav
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: websites/celt-codec.org/samples/tasl/audio/original.wav
===================================================================
(Binary files differ)


Property changes on: websites/celt-codec.org/samples/tasl/audio/original.wav
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: websites/celt-codec.org/samples/tasl/index.shtml.en
===================================================================
--- websites/celt-codec.org/samples/tasl/index.shtml.en	                        (rev 0)
+++ websites/celt-codec.org/samples/tasl/index.shtml.en	2008-05-15 04:42:32 UTC (rev 14884)
@@ -0,0 +1,40 @@
+<!--#include virtual="/ssi/header.include" -->
+<!--  Enter custom page information and styles here -->
+
+<title>The CELT ultra-low delay audio codec</title>
+<style type="text/css">
+<!--
+#navlink_ a {
+	text-decoration: underline !important;
+}
+-->
+</style>
+</head>
+<body>
+<!--#include virtual="/common/xiphbar.include" -->
+<!--#include virtual="/ssi/pagetop.include" -->
+
+<h1>CELT Samples: IEEE Trans. ASL</h1>
+<p> These CELT samples use the same encoder and decoder (version 0.3.2) as were used during the MUSHRA listening tests. For copyright reasons, the actual samples are not the same as the ones used in the listening test.</p>
+<h2>48 kbit/s</h2>
+<p>These samples are coded using CELT on a 44.1 kHz signal at a bit-rate of 48 kbit/s.</p>
+
+<ul>
+	<li><a href="audio/original.wav">original</a></li>
+	<li><a href="audio/celt48.wav">CELT 48 kbit/s</a></li>
+</ul>
+
+
+<h2>64 kbit/s</h2>
+<p>These samples are coded using CELT on a 44.1 kHz signal at a bit-rate of 64 kbit/s.</p>
+
+<ul>
+   <li><a href="audio/original.wav">original</a></li>
+   <li><a href="audio/celt64.wav">CELT 64 kbit/s</a></li>
+   <li><a href="audio/celt64plc1.wav">CELT 64 kbit/s with 1% random packet loss</a></li>
+   <li><a href="audio/celt64plc5.wav">CELT 64 kbit/s with 5% random packet loss</a></li>
+   <li><a href="audio/celt64ber.wav">CELT 64 kbit/s with 1e-4 random bit error rate</a></li>
+   <li><a href="audio/celt64secdec.wav">CELT 64 kbit/s with 1e-4 random bit error rate and SECDED protection of the first 64 bits</a></li>
+</ul>
+
+<!--#include virtual="/ssi/pagebottom.include" -->



More information about the commits mailing list