[xiph-commits] r18577 - websites/opus-codec.org/examples

jm at svn.xiph.org jm at svn.xiph.org
Tue Sep 4 12:20:50 PDT 2012


Author: jm
Date: 2012-09-04 12:20:50 -0700 (Tue, 04 Sep 2012)
New Revision: 18577

Modified:
   websites/opus-codec.org/examples/index.shtml.en
Log:
Adds some speech samples


Modified: websites/opus-codec.org/examples/index.shtml.en
===================================================================
--- websites/opus-codec.org/examples/index.shtml.en	2012-09-04 18:56:43 UTC (rev 18576)
+++ websites/opus-codec.org/examples/index.shtml.en	2012-09-04 19:20:50 UTC (rev 18577)
@@ -3,6 +3,38 @@
 
 <h1>Opus Examples</h1>
 
+<h2>Audio samples</h2>
+
+<p>These samples demonstrate the quality achievable with Opus. They are have been encoded with 
+Opus and then decoded back to wav so that any browser can play them.</p>
+
+<h3>Speech</h3>
+
+
+<div class="caption">
+      <div class="demowrapper" style="position: relative; z-index:10">
+      <b>Opus speech samples, various bitrates </b>
+      <p></p><div class="audiowrapper"><audio src="samples/speech_orig.wav" tabindex="0" controls="true"></audio></div><p></p>
+
+      <p><b>Playback: [</b>
+      <a style="background: none repeat scroll 0% 0% rgb(255, 224, 128);" value="samples/speech_orig.wav">uncompressed</a> <b>|</b>
+      <a style="background: none repeat scroll 0% 0% transparent;" value="samples/speech_8kbps.wav">8 kb/s (narrowband)</a> <b>|</b>
+      <a style="background: none repeat scroll 0% 0% transparent;" value="samples/speech_12kbps_mb.wav">12 kb/s (mediumband)</a> <b>|</b>
+      <a style="background: none repeat scroll 0% 0% transparent;" value="samples/speech_16kbps_wb.wav">16 kb/s (wideband)</a> <b>|</b>
+      <a style="background: none repeat scroll 0% 0% transparent;" value="samples/speech_24kbps_swb.wav">24 kb/s (super-wideband)</a> <b>|</b>
+      <a style="background: none repeat scroll 0% 0% transparent;" value="samples/speech_32kbps_fb.wav">32 kb/s (fullband)</a> <b>|</b>
+      </p><p><b>Download: [</b>
+      <a style="background: none repeat scroll 0% 0% transparent;" href="samples/speech_orig.wav">uncompressed</a> <b>|</b>
+      <a style="background: none repeat scroll 0% 0% transparent;" href="samples/speech_8kbps.wav">8 kb/s (narrowband)</a> <b>|</b>
+      <a style="background: none repeat scroll 0% 0% transparent;" href="samples/speech_12kbps_mb.wav">12 kb/s (mediumband)</a> <b>|</b>
+      <a style="background: none repeat scroll 0% 0% transparent;" href="samples/speech_16kbps_wb.wav">16 kb/s (wideband)</a> <b>|</b>
+      <a style="background: none repeat scroll 0% 0% transparent;" href="samples/speech_24kbps_swb.wav">24 kb/s (super-wideband)</a> <b>|</b>
+      <a style="background: none repeat scroll 0% 0% transparent;" href="samples/speech_32kbps_fb.wav">32 kb/s (fullband)</a> <b>|</b>
+      </p></div>
+</div>
+
+<h2>Music</h3>
+
 <h2>Live HTTP streams</h2>
 
 These streams can be played in using Firefox, foobar2000, Gstreamer/Totem (in Linux), or using opusdec from the command-line.<br/><br/>
@@ -39,10 +71,7 @@
   The latency is high due to buffering in the browser's audio tag and doesn't represent Opus' low latency.</li>
 </ul>
 
-<h2>Speech recordings</h2>
 
-<h2>Music recordings</h2>
 
 
-
 <!--#include virtual="/ssi/footer.include" -->



More information about the commits mailing list