[xiph-commits] r18089 - in websites/opus-codec.org: . comparison ssi

jm at svn.xiph.org jm at svn.xiph.org
Tue Sep 20 12:59:17 PDT 2011


Author: jm
Date: 2011-09-20 12:59:17 -0700 (Tue, 20 Sep 2011)
New Revision: 18089

Added:
   websites/opus-codec.org/comparison/
   websites/opus-codec.org/comparison/index.shtml.en
   websites/opus-codec.org/comparison/opus_comparison.odg
   websites/opus-codec.org/comparison/opus_comparison.png
   websites/opus-codec.org/comparison/opus_ha_results.png
Modified:
   websites/opus-codec.org/ssi/header.include
Log:
Comparison page


Added: websites/opus-codec.org/comparison/index.shtml.en
===================================================================
--- websites/opus-codec.org/comparison/index.shtml.en	                        (rev 0)
+++ websites/opus-codec.org/comparison/index.shtml.en	2011-09-20 19:59:17 UTC (rev 18089)
@@ -0,0 +1,119 @@
+<!--#include virtual="/ssi/header.include" -->
+<!--  Enter custom page information and styles here -->
+
+<title>Opus Audio Codec: Comparison</title>
+<style type="text/css">
+<!--
+#navlink_ a {
+	text-decoration: underline !important;
+}
+-->
+</style>
+</head>
+<body>
+<!--#include virtual="/common/xiphbar.include" -->
+<!--#include virtual="/ssi/pagetop.include" -->
+<!--  All your page content goes here  -->
+<h1>Codec Feature Comparison</h1>
+
+<table border="2" cellpadding="2" width="100%">
+	<thead>
+		<tr>
+			<th>Codec</th>
+			<th>Rate (kHz)</th>
+
+			<th>bitrate (kbps)</th>
+			<th>frame size (ms)</th>
+			<th>total delay (ms)</th>
+			<th>Robustness</th>
+			<th>license</th>
+		</tr>
+	</thead>
+	<tbody>
+		<tr>
+			<td>Opus</td>
+
+			<td>8-48</td>
+			<td>
+				6 - 128  (mono)<br/>
+				12 - 256 (stereo)
+			</td>
+			<td>
+				2.5 - 20
+			</td>
+			<td>
+				5 - 22.5
+			</td>
+			<td>packet loss, limited bit errors</td>
+			<td>open-source/<br/>free software</td>
+		</tr>
+		<tr>
+			<td>Speex</td>
+
+			<td>8<br/>16<br/>32</td>
+			<td>
+				2.2 - 24.6<br/>
+				4 - 42.2<br/>
+				4.2 - 44
+			</td>
+			<td>
+				20
+			</td>
+			<td>
+				30 - 35
+			</td>
+			<td>packet loss</td>
+			<td>open-source/<br/>free software</td>
+		</tr>
+		<tr>
+			<td>G.722.1C (Siren14)</td>
+			<td>32</td>
+
+			<td>24, 32, 48</td>
+			<td>20</td>
+			<td>40</td>
+			
+			<td>packet loss, bit errors</td>
+
+			<td>no charge, but not open-source</td>
+		</tr>
+		<tr>
+			<td>iLBC</td>
+			<td>8</td>
+
+			<td>15<br/>13.3</td>
+			<td>20<br/>30</td>
+			<td>25<br/>40</td>
+			
+			<td>packet loss</td>
+
+			<td>free with conditions</td>
+		</tr>
+		<tr>
+			<td>AAC-LD</td>
+			<td>16-48</td>
+			<td>16-128</td>
+			<td>10 - 11.6</td>
+			<td>20 - 50+</td>
+
+			<td>packet loss</td>
+			<td>proprietary, MPEG</td>
+		</tr>
+	</tbody>
+</table>
+
+<h1>Bitrate/Latency Comparison</h1>
+
+<p align="center"><a href="opus_comparison.png"><img src="opus_comparison.png" width="516" height="386"></a></p>
+
+<h1>Quality Comparison</h1>
+
+<h2>HydrogenAudio</h2>
+
+<p> These are the results of MUSHRA tests comparing Opus with Vorbis and HE-AAC on 48 kHz stereo music at 64 kb/s. For
+the full details, see <a href="http://listening-tests.hydrogenaudio.org/igorc/results.html">the official results page</a>
+and <a href="http://people.xiph.org/~greg/opus/ha2011/">Greg Maxwell's analysis page</a>.</p>
+
+<p align="center"><a href="opus_ha_results.png"><img src="opus_ha_results.png" width="500" height="350"></a></p>
+
+<!--#include virtual="/ssi/pagebottom.include" -->

Added: websites/opus-codec.org/comparison/opus_comparison.odg
===================================================================
(Binary files differ)


Property changes on: websites/opus-codec.org/comparison/opus_comparison.odg
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: websites/opus-codec.org/comparison/opus_comparison.png
===================================================================
(Binary files differ)


Property changes on: websites/opus-codec.org/comparison/opus_comparison.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: websites/opus-codec.org/comparison/opus_ha_results.png
===================================================================
(Binary files differ)


Property changes on: websites/opus-codec.org/comparison/opus_ha_results.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: websites/opus-codec.org/ssi/header.include
===================================================================
--- websites/opus-codec.org/ssi/header.include	2011-09-17 20:52:29 UTC (rev 18088)
+++ websites/opus-codec.org/ssi/header.include	2011-09-20 19:59:17 UTC (rev 18089)
@@ -17,6 +17,7 @@
     <li id="home_"><a href="/">Home</a></li>
     <li id="downloads_"><a href="/downloads/">Downloads</a></li>
     <li id="documentation_"><a href="/docs/">Documentation</a></li>
+    <li id="comparison_"><a href="/comparison/">Comparison</a></li>
     <li id="contact_"><a href="/contact/">Contact</a></li>
   </ul>
 </div>



More information about the commits mailing list