[xiph-commits] r18594 - websites/opus-codec.org/examples
giles at svn.xiph.org
giles at svn.xiph.org
Sat Sep 8 11:19:12 PDT 2012
Author: giles
Date: 2012-09-08 11:19:12 -0700 (Sat, 08 Sep 2012)
New Revision: 18594
Modified:
websites/opus-codec.org/examples/index.shtml.en
Log:
Link to a 96 kbps version of "Paper Lights".
The piano doesn't sound great at 64 kbps.
Modified: websites/opus-codec.org/examples/index.shtml.en
===================================================================
--- websites/opus-codec.org/examples/index.shtml.en 2012-09-08 17:43:02 UTC (rev 18593)
+++ websites/opus-codec.org/examples/index.shtml.en 2012-09-08 18:19:12 UTC (rev 18594)
@@ -75,11 +75,11 @@
<h2>Example of use in a web page</h2>
<p>Opus works with the <audio> element just like any other audio format.</p>
<p>For example, this code in a web page:</p>
-<pre> <audio src="ehren-paper_lights-64.opus" controls></pre>
+<pre> <audio src="ehren-paper_lights-96.opus" controls></pre>
<p>displays an embedded player that can play an Opus file.</p>
<div class="player" style="margin-left: 4em">
-<audio tabindex="0" src="http://people.xiph.org/~giles/2012/opus/ehren-paper_lights-64.opus" controls="">
+<audio tabindex="0" src="http://people.xiph.org/~giles/2012/opus/ehren-paper_lights-96.opus" controls="">
<!-- fallback content for browsers which don't support the audio element -->
Looks like your browser doesn't support HTML <audio>.
</audio>
More information about the commits
mailing list