[xiph-commits] r18583 - in websites/opus-codec.org: css examples
jm at svn.xiph.org
jm at svn.xiph.org
Wed Sep 5 13:33:54 PDT 2012
Author: jm
Date: 2012-09-05 13:33:54 -0700 (Wed, 05 Sep 2012)
New Revision: 18583
Modified:
websites/opus-codec.org/css/screen.css
websites/opus-codec.org/examples/index.shtml.en
Log:
Less ugly samples page
Modified: websites/opus-codec.org/css/screen.css
===================================================================
--- websites/opus-codec.org/css/screen.css 2012-09-05 20:18:32 UTC (rev 18582)
+++ websites/opus-codec.org/css/screen.css 2012-09-05 20:33:54 UTC (rev 18583)
@@ -113,7 +113,7 @@
line-height: 1.4;
}
- .caption {
+.caption {
color: #000000;
background-color: #CCCCFF;
margin: 2em;
@@ -121,7 +121,8 @@
margin-right: 0em;
padding: 2em;
padding-bottom: 1em;
- }
+ border-radius: 15px;
+}
blockquote.code {
padding: 0.5em;
@@ -135,8 +136,8 @@
#copyright {
margin-top: 30px;
- line-height: 1.5em;
- text-align: center;
+line-height: 1.5em;
+text-align: center;
font-size: .6em;
color: #888888;
clear: both;
Modified: websites/opus-codec.org/examples/index.shtml.en
===================================================================
--- websites/opus-codec.org/examples/index.shtml.en 2012-09-05 20:18:32 UTC (rev 18582)
+++ websites/opus-codec.org/examples/index.shtml.en 2012-09-05 20:33:54 UTC (rev 18583)
@@ -13,9 +13,7 @@
<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>
@@ -27,20 +25,16 @@
<a style="background: none repeat scroll 0% 0% transparent;" value="samples/speech_12kbps_mb.wav">12 kb/s (mb)</a> <b>|</b>
<a style="background: none repeat scroll 0% 0% transparent;" value="samples/speech_16kbps_wb.wav">16 kb/s (wb)</a> <b>|</b>
<a style="background: none repeat scroll 0% 0% transparent;" value="samples/speech_24kbps_swb.wav">24 kb/s (swb)</a> <b>|</b>
- <a style="background: none repeat scroll 0% 0% transparent;" value="samples/speech_32kbps_fb.wav">32 kb/s (fb)</a> <b>|</b>
+ <a style="background: none repeat scroll 0% 0% transparent;" value="samples/speech_32kbps_fb.wav">32 kb/s (fb)</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_nb.wav">8 kb/s (nb)</a> <b>|</b>
<a style="background: none repeat scroll 0% 0% transparent;" href="samples/speech_12kbps_mb.wav">12 kb/s (mb)</a> <b>|</b>
<a style="background: none repeat scroll 0% 0% transparent;" href="samples/speech_16kbps_wb.wav">16 kb/s (wb)</a> <b>|</b>
<a style="background: none repeat scroll 0% 0% transparent;" href="samples/speech_24kbps_swb.wav">24 kb/s (swb)</a> <b>|</b>
- <a style="background: none repeat scroll 0% 0% transparent;" href="samples/speech_32kbps_fb.wav">32 kb/s (fb)</a> <b>|</b>
+ <a style="background: none repeat scroll 0% 0% transparent;" href="samples/speech_32kbps_fb.wav">32 kb/s (fb)</a> <b>]</b>
</p></div>
-</div>
-
-<h2>Music</h3>
-
-<div class="caption">
+ <hr>
<div class="demowrapper" style="position: relative; z-index:10">
<b>Opus stereo music samples, various bitrates </b>
<p></p><div class="audiowrapper"><audio src="samples/music_orig.wav" tabindex="0" controls="true"></audio></div><p></p>
More information about the commits
mailing list