[xiph-commits] r9680 - in websites/xiph.org: . vorbis

giles at svn.xiph.org giles at svn.xiph.org
Sun Jul 31 10:06:06 PDT 2005


Author: giles
Date: 2005-07-31 10:06:05 -0700 (Sun, 31 Jul 2005)
New Revision: 9680

Added:
   websites/xiph.org/vorbis/
   websites/xiph.org/vorbis/index.shtml.en
Log:
Start a new vorbis page off a toplevel directory.


Copied: websites/xiph.org/vorbis/index.shtml.en (from rev 9679, websites/xiph.org/templates/index.shtml.en)
===================================================================
--- websites/xiph.org/templates/index.shtml.en	2005-07-31 11:13:29 UTC (rev 9679)
+++ websites/xiph.org/vorbis/index.shtml.en	2005-07-31 17:06:05 UTC (rev 9680)
@@ -0,0 +1,48 @@
+<!--#include virtual="/ssi/header.include" -->
+<!--  Enter custom page information and styles here -->
+
+<title>Xiph.org</title>
+<style type="text/css">
+<!--
+
+-->
+</style>
+
+<!--#include virtual="/ssi/xiphbar.include" -->
+<!--#include virtual="/ssi/pagetop.include" -->
+<!--  All your page content goes here  -->
+
+<h1>Vorbis audio compression</h1>
+
+<p>
+Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, 
+general-purpose compressed audio format for mid to high quality 
+(8kHz-48.0kHz, 16+ bit, polyphonic) audio and music at fixed and 
+variable bitrates from 16 to 128 kbps/channel. This places Vorbis in the 
+same competitive class as audio representations such as MPEG-4 (AAC), 
+and similar to, but higher performance than MPEG-1/2 audio layer 3, 
+MPEG-4 audio (TwinVQ), WMA and PAC.
+</p>
+
+<h2>Resources</h2>
+
+<ul>
+<li>Visit <a href="http://vorbis.com/">Vorbis.com</a> to get set up to 
+use vorbis, find music, and more.</li>
+<li><a href="http://vorbis.com/faq">Frequently Asked Questions</a></li>
+</ul>
+
+<ul>
+<li>The <strong>libvorbis</strong> reference implementation provides 
+both a standard encoder and decoder under a BSD license.
+  [<a href="http://downloads.xiph.org/releases/vorbis/">Source download</a>]
+  [<a href="http://svn.xiph.org/trunk/vorbis/">SVN trunk</a>]
+</li>
+<li>The <strong>Tremor</strong> reference decoder provides an 
+integer-only implementation of the decoder for embedded devices
+  [<a href="http://svn.xiph.org/trunk/Tremor/">SVN trunk</a>]
+  [<a href="http://svn.xiph.org/branches/lowmem-branch/Tremor/">low-memory branch</a>]
+</li>
+</ul>
+
+<!--#include virtual="/ssi/pagebottom.include" -->



More information about the commits mailing list