[xiph-commits] r18091 - websites/opus-codec.org/comparison

jm at svn.xiph.org jm at svn.xiph.org
Tue Sep 20 13:25:03 PDT 2011


Author: jm
Date: 2011-09-20 13:25:03 -0700 (Tue, 20 Sep 2011)
New Revision: 18091

Modified:
   websites/opus-codec.org/comparison/index.shtml.en
Log:
Comparison fixes


Modified: websites/opus-codec.org/comparison/index.shtml.en
===================================================================
--- websites/opus-codec.org/comparison/index.shtml.en	2011-09-20 20:05:16 UTC (rev 18090)
+++ websites/opus-codec.org/comparison/index.shtml.en	2011-09-20 20:25:03 UTC (rev 18091)
@@ -11,22 +11,19 @@
 </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>Sample rate (kHz)</th>
 
-			<th>bitrate (kbps)</th>
-			<th>frame size (ms)</th>
-			<th>total delay (ms)</th>
+			<th>Bitrate (kbps)</th>
+			<th>Frame size (ms)</th>
+			<th>Total delay (ms)</th>
 			<th>Robustness</th>
-			<th>license</th>
+			<th>License</th>
 		</tr>
 	</thead>
 	<tbody>
@@ -35,8 +32,8 @@
 
 			<td>8-48</td>
 			<td>
-				6 - 128  (mono)<br/>
-				12 - 256 (stereo)
+				6 - 255  (mono)<br/>
+				12 - 510 (stereo)
 			</td>
 			<td>
 				2.5 - 20
@@ -45,7 +42,7 @@
 				5 - 22.5
 			</td>
 			<td>packet loss, limited bit errors</td>
-			<td>open-source/<br/>free software</td>
+			<td>Open-source (BSD)</td>
 		</tr>
 		<tr>
 			<td>Speex</td>
@@ -63,7 +60,7 @@
 				30 - 35
 			</td>
 			<td>packet loss</td>
-			<td>open-source/<br/>free software</td>
+			<td>Open-source (BSD)</td>
 		</tr>
 		<tr>
 			<td>G.722.1C (Siren14)</td>
@@ -87,12 +84,12 @@
 			
 			<td>packet loss</td>
 
-			<td>free with conditions</td>
+			<td>Open-source (BSD)</td>
 		</tr>
 		<tr>
 			<td>AAC-LD</td>
-			<td>16-48</td>
-			<td>16-128</td>
+			<td>16 - 48</td>
+			<td>16 - 128</td>
 			<td>10 - 11.6</td>
 			<td>20 - 50+</td>
 



More information about the commits mailing list