[xiph-commits] r18409 - in websites/opus-codec.org: . css examples

gmaxwell at svn.xiph.org gmaxwell at svn.xiph.org
Thu Jun 14 22:11:52 PDT 2012


Author: gmaxwell
Date: 2012-06-14 22:11:52 -0700 (Thu, 14 Jun 2012)
New Revision: 18409

Added:
   websites/opus-codec.org/examples/
   websites/opus-codec.org/examples/firefox.shtml.en
   websites/opus-codec.org/examples/index.shtml.en
Modified:
   websites/opus-codec.org/css/screen.css
Log:
Add examples page, not linked for now

Modified: websites/opus-codec.org/css/screen.css
===================================================================
--- websites/opus-codec.org/css/screen.css	2012-06-15 04:11:59 UTC (rev 18408)
+++ websites/opus-codec.org/css/screen.css	2012-06-15 05:11:52 UTC (rev 18409)
@@ -131,3 +131,8 @@
   color: #888888;
   clear: both;
 }
+
+tr.vbottom td { border-bottom: thin solid;}
+tr.vbottoml td { border-bottom: thin solid;}
+td.vbottom { border-bottom: thin solid; border-right: thin solid;padding-right:0.75em;}
+tr.vbottom th { border-bottom: thin solid;}

Added: websites/opus-codec.org/examples/firefox.shtml.en
===================================================================
--- websites/opus-codec.org/examples/firefox.shtml.en	                        (rev 0)
+++ websites/opus-codec.org/examples/firefox.shtml.en	2012-06-15 05:11:52 UTC (rev 18409)
@@ -0,0 +1,18 @@
+<!--#include virtual="/ssi/header.include" -->
+<!--#include virtual="/ssi/contentheader.include" -->
+
+<h1>Playing Opus in Firefox</h1>
+
+The very latest nightly builds of Firefox have Opus support, so playing Opus in Firefox only takes a few simple steps.
+
+<ol>
+  <li>Get <a href="http://nightly.mozilla.org/">Firefox Nightly</a></li>
+  <li>Type about:config in your URL bar</li>
+  <li>If this is your first time in about:config it will give you a warning about advanced settings, Click "I'll be careful"</li>
+  <li>Search for <b>media.opus.enabled</b></li>
+  <li>Double click <b>media.opus.enabled</b> to set it to true</li>
+</ol>
+
+You can now play Opus files!
+
+<!--#include virtual="/ssi/footer.include" -->

Added: websites/opus-codec.org/examples/index.shtml.en
===================================================================
--- websites/opus-codec.org/examples/index.shtml.en	                        (rev 0)
+++ websites/opus-codec.org/examples/index.shtml.en	2012-06-15 05:11:52 UTC (rev 18409)
@@ -0,0 +1,44 @@
+<!--#include virtual="/ssi/header.include" -->
+<!--#include virtual="/ssi/contentheader.include" -->
+
+<h1>Opus Examples</h1>
+
+<h2>Live HTTP streams</h2>
+
+These streams can be played in using Firefox, Gstreamer/Totem (in Linux), or using opusdec from the command-line.<br/><br/>
+
+To play these streams in Firefox Opus support <a href="firefox.shtml.en">must be enabled</a>.
+<br/>
+<center>
+<table style="margin:20px;width:75%;">
+<tbody>
+<tr>
+<td style="text-align:center;"><a href="http://ec2-50-112-77-171.us-west-2.compute.amazonaws.com:8000/temporalfugue.opus">Hypnotic&nbsp;torture&nbsp;clock</a>
+<br/>Mono 12kbit/sec</td>
+<td style="text-align:right;"><audio controls width=200 src="http://ec2-50-112-77-171.us-west-2.compute.amazonaws.com:8000/temporalfugue.opus"></audio></td>
+</tr>
+<tr><td colspan=2 style="text-align:justified; border-bottom: thin solid;">A rhythmic electronic chant of the current time. Prolonged exposure to this Temporal Fugue is not recommended.
+The stream is synthesized in real-time using <a href="http://boodler.org/">boodler</a> and encoded using opusenc and streamed using oggfwd and icecast.</td>
+</tr>
+
+<tr style="padding: 10px;">
+<td style="text-align:center;"><a href="http://ec2-50-112-77-171.us-west-2.compute.amazonaws.com:8000/clock.opus">Endless drone</a>
+<br/>Stereo 64kbit/sec</td>
+<td style="text-align:right;"><audio controls width=200 src="http://ec2-50-112-77-171.us-west-2.compute.amazonaws.com:8000/clock.opus"></audio></td>
+</tr>
+<tr><td colspan=2 style="text-align:justified; border-bottom: thin solid;">A simulation of an <a href="http://en.wikipedia.org/wiki/FM3">FM3 Buddha Machine</a>,
+this stream produces an endless stream of peaceful droning. The stream is synthesized in real-time using <a href="http://boodler.org/">boodler</a> and encoded using opusenc and streamed using oggfwd and icecast.</td>
+</tr>
+</tbody>
+</table>
+</center>
+
+<h2>Interactive Demos</h2>
+
+<h2>Speech recordings</h2>
+
+<h2>Music recordings</h2>
+
+
+
+<!--#include virtual="/ssi/footer.include" -->



More information about the commits mailing list