[xiph-commits] r19035 - in websites/opus-codec.org: development examples
jm at svn.xiph.org
jm at svn.xiph.org
Wed Dec 4 14:57:27 PST 2013
Author: jm
Date: 2013-12-04 14:57:27 -0800 (Wed, 04 Dec 2013)
New Revision: 19035
Modified:
websites/opus-codec.org/development/index.shtml.en
websites/opus-codec.org/examples/index.shtml.en
Log:
Minor site updates
Modified: websites/opus-codec.org/development/index.shtml.en
===================================================================
--- websites/opus-codec.org/development/index.shtml.en 2013-12-04 22:43:33 UTC (rev 19034)
+++ websites/opus-codec.org/development/index.shtml.en 2013-12-04 22:57:27 UTC (rev 19035)
@@ -30,12 +30,10 @@
<b>Master git repository</b>: <span style="white-space: pre;font-family: monospace;">$ git clone <a href="http://git.xiph.org/?p=opus.git">git://git.opus-codec.org/opus.git</a></span>
<ul style="margin-top:0;list-style-type: none;background-image:url('tree.png');background-repeat:no-repeat;padding-left:26px">
- <li>Branch <a href="http://git.xiph.org/?p=opus.git;a=shortlog;h=refs/heads/exp_analysis">exp_analysis</a> has experimental encoder perceptual tuning.</li>
<li>Branch <a href="http://git.xiph.org/?p=opus.git;a=shortlog;h=refs/heads/1.0.x">1.0.x</a> has the stable 1.0.x releases after master started working on 1.1</li>
<li><b>Snapshots:</b>
<ul>
<li><a href="http://git.xiph.org/?p=opus.git;a=snapshot;h=HEAD;sf=tgz">opus-master.tar.gz</a></li>
- <li><a href="http://git.xiph.org/?p=opus.git;a=snapshot;h=exp_analysis;sf=tgz">opus-exp_analysis-branch.tar.gz</a></li>
<li><a href="http://git.xiph.org/?p=opus.git;a=snapshot;h=1.0.x;sf=tgz">opus-1.0.x-branch.tar.gz</a></li>
</ul></li>
<!--
Modified: websites/opus-codec.org/examples/index.shtml.en
===================================================================
--- websites/opus-codec.org/examples/index.shtml.en 2013-12-04 22:43:33 UTC (rev 19034)
+++ websites/opus-codec.org/examples/index.shtml.en 2013-12-04 22:57:27 UTC (rev 19035)
@@ -41,16 +41,16 @@
<p><b>Playback: [</b>
<a style="background: none repeat scroll 0% 0% rgb(255, 224, 128);" value="samples/music_orig.wav">uncompressed</a> <b>|</b>
- <a style="background: none repeat scroll 0% 0% transparent;" value="samples/music_48kbps.wav">48 kb/s</a> <b>|</b>
- <a style="background: none repeat scroll 0% 0% transparent;" value="samples/music_64kbps.wav">64 kb/s</a> <b>|</b>
- <a style="background: none repeat scroll 0% 0% transparent;" value="samples/music_96kbps.wav">96 kb/s</a> <b>|</b>
- <a style="background: none repeat scroll 0% 0% transparent;" value="samples/music_128kbps.wav">128 kb/s</a> <b>]</b>
+ <a style="background: none repeat scroll 0% 0% transparent;" value="samples/music_48kbps.wav">48 kb/s VBR</a> <b>|</b>
+ <a style="background: none repeat scroll 0% 0% transparent;" value="samples/music_64kbps.wav">64 kb/s VBR</a> <b>|</b>
+ <a style="background: none repeat scroll 0% 0% transparent;" value="samples/music_96kbps.wav">96 kb/s VBR</a> <b>|</b>
+ <a style="background: none repeat scroll 0% 0% transparent;" value="samples/music_128kbps.wav">128 kb/s VBR</a> <b>]</b>
</p><p><b>Download: [</b>
<a style="background: none repeat scroll 0% 0% transparent;" href="samples/music_orig.wav">uncompressed</a> <b>|</b>
- <a style="background: none repeat scroll 0% 0% transparent;" href="samples/music_48kbps.wav">48 kb/s</a> <b>|</b>
- <a style="background: none repeat scroll 0% 0% transparent;" href="samples/music_64kbps.wav">64 kb/s</a> <b>|</b>
- <a style="background: none repeat scroll 0% 0% transparent;" href="samples/music_96kbps.wav">96 kb/s</a> <b>|</b>
- <a style="background: none repeat scroll 0% 0% transparent;" href="samples/music_128kbps.wav">128 kb/s</a> <b>]</b>
+ <a style="background: none repeat scroll 0% 0% transparent;" href="samples/music_48kbps.wav">48 kb/s VBR</a> <b>|</b>
+ <a style="background: none repeat scroll 0% 0% transparent;" href="samples/music_64kbps.wav">64 kb/s VBR</a> <b>|</b>
+ <a style="background: none repeat scroll 0% 0% transparent;" href="samples/music_96kbps.wav">96 kb/s VBR</a> <b>|</b>
+ <a style="background: none repeat scroll 0% 0% transparent;" href="samples/music_128kbps.wav">128 kb/s VBR</a> <b>]</b>
</p></div>
<hr>
<div class="demowrapper" style="position: relative; z-index:10">
More information about the commits
mailing list