[xiph-commits] r7479 - in websites-plone/www: CSS Images/logos/xiph
atamido at motherfish-iii.xiph.org
atamido
Thu Aug 5 19:10:52 PDT 2004
SSI projects/audio/speex projects/audio/speex/CSS
projects/audio/speex/SSI projects/audio/speex/compare
projects/audio/speex/contact projects/audio/speex/docs
projects/audio/speex/download projects/audio/speex/news
projects/audio/speex/samples projects/audio/speex/software
projects/audio/speex/todo
Message-ID: <E1BsuC4-0001uG-Kl at motherfish-III>
Author: atamido
Date: Thu Aug 5 19:10:52 2004
New Revision: 7479
Added:
websites-plone/www/Images/logos/xiph/xiph-cert.png
Modified:
websites-plone/www/CSS/screen-content.css
websites-plone/www/CSS/screen.css
websites-plone/www/SSI/rightside.inc
websites-plone/www/projects/audio/speex/CSS/screen.css
websites-plone/www/projects/audio/speex/SSI/leftside.inc
websites-plone/www/projects/audio/speex/compare/index.shtml
websites-plone/www/projects/audio/speex/contact/index.shtml
websites-plone/www/projects/audio/speex/docs/index.shtml
websites-plone/www/projects/audio/speex/download/index.shtml
websites-plone/www/projects/audio/speex/index.shtml
websites-plone/www/projects/audio/speex/news/index.shtml
websites-plone/www/projects/audio/speex/samples/index.shtml
websites-plone/www/projects/audio/speex/software/index.shtml
websites-plone/www/projects/audio/speex/todo/index.shtml
Log:
Finished generalizing most of the content for the Speex pages. Also reordered the left navbar.
Modified: websites-plone/www/CSS/screen-content.css
===================================================================
--- websites-plone/www/CSS/screen-content.css 2004-08-04 16:02:36 UTC (rev 7478)
+++ websites-plone/www/CSS/screen-content.css 2004-08-04 21:20:35 UTC (rev 7479)
@@ -16,6 +16,10 @@
font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
}
+#newsitems {
+ padding: 0;
+}
+
li.newsitem h3 {
font-weight: bold;
margin-bottom: .1em;
Modified: websites-plone/www/CSS/screen.css
===================================================================
--- websites-plone/www/CSS/screen.css 2004-08-04 16:02:36 UTC (rev 7478)
+++ websites-plone/www/CSS/screen.css 2004-08-04 21:20:35 UTC (rev 7479)
@@ -20,8 +20,20 @@
div#label {
text-align: center;
font-size: 200%;
+ margin: 0;
+ padding: 0;
+ border: 0;
}
+#label img {
+ text-align: center;
+ font-size: 100%;
+ margin: 0px;
+ padding: 0;
+ border: 0px;
+ vertical-align: bottom;
+}
+
div#thepage {
position: relative;
float: left;
@@ -43,11 +55,6 @@
}
-div.pinchedIn, .sectionSpecific {
- margin: 0;
-
-}
-
#content {
display: table-cell;
border: 1px solid #666;
Added: websites-plone/www/Images/logos/xiph/xiph-cert.png
===================================================================
(Binary files differ)
Property changes on: websites-plone/www/Images/logos/xiph/xiph-cert.png
___________________________________________________________________
Name: svn:mime-type
+ image/png
Modified: websites-plone/www/SSI/rightside.inc
===================================================================
--- websites-plone/www/SSI/rightside.inc 2004-08-04 16:02:36 UTC (rev 7478)
+++ websites-plone/www/SSI/rightside.inc 2004-08-04 21:20:35 UTC (rev 7479)
@@ -1,5 +1,5 @@
<div id='rightside'>
-<div id='label'><img src='/Images/logos/xiph/xiph.png' alt='Xiph.org'/></div>
+<div id='label'><img src='/Images/logos/xiph/xiph-cert.png' alt='Xiph.org'/></div>
<div id='content'>
\ No newline at end of file
Modified: websites-plone/www/projects/audio/speex/CSS/screen.css
===================================================================
--- websites-plone/www/projects/audio/speex/CSS/screen.css 2004-08-04 16:02:36 UTC (rev 7478)
+++ websites-plone/www/projects/audio/speex/CSS/screen.css 2004-08-04 21:20:35 UTC (rev 7479)
@@ -1,5 +1,22 @@
@import url(/CSS/screen.css);
+/* This is just some example CSS to show what is possible to change in the individual projects.
+.contentitem {
+ position: relative;
+ float: left;
+ width: 28%;
+ border: solid #119035;
+ background: #99d25d;
+ -moz-border-radius: 10px;
+ padding: 1%;
+ margin: 1%;
+}
+
+#headlines {
+ width: 95%;
+}
+*/
+
html, body {
background-color: #99d25d;
}
Modified: websites-plone/www/projects/audio/speex/SSI/leftside.inc
===================================================================
--- websites-plone/www/projects/audio/speex/SSI/leftside.inc 2004-08-04 16:02:36 UTC (rev 7478)
+++ websites-plone/www/projects/audio/speex/SSI/leftside.inc 2004-08-04 21:20:35 UTC (rev 7479)
@@ -8,15 +8,17 @@
<div id='navbar2'>
<ul>
- <li id='home'><a href='/projects/audio/speex/'>home</a></li>
- <li id='news'><a href='/projects/audio/speex/news/'>news</a></li>
- <li id='compare'><a href='/projects/audio/speex/compare/'>compare</a></li>
- <li id='samples'><a href='/projects/audio/speex/samples/'>samples</a></li>
- <li id='download'><a href='/projects/audio/speex/download/' title='download Speex software'>download</a></li>
- <li id='docs'><a href='/projects/audio/speex/docs/'>Docs & FAQ</a></li>
+ <li id='home'><a href='/projects/audio/speex/'>Home</a></li>
+ <li id='download'><a href='/projects/audio/speex/download/' title='download Speex software'>Downloads</a></li>
+ <li id='howto'><a href='/projects/audio/speex/howto/'>How To...</a></li>
+ <li id='software'><a href='/projects/audio/speex/software/'>Software</a></li>
+ <li id='compare'><a href='/projects/audio/speex/compare/'>Compare</a></li>
+ <li id='samples'><a href='/projects/audio/speex/samples/'>Samples</a></li>
+ <li id='faq'><a href='/projects/audio/speex/faq/'>FAQ</a></li>
+ <li id='docs'><a href='/projects/audio/speex/docs/'>Docs</a></li>
+ <li id='news'><a href='/projects/audio/speex/news/'>News</a></li>
<li id='todo'><a href='/projects/audio/speex/todo/'>Roadmap</a></li>
- <li id='software'><a href='/projects/audio/speex/software/'>Software</a></li>
- <li id='contact'><a href='/projects/audio/speex/contact/' title='contact us'>contact</a></li>
+ <li id='contact'><a href='/projects/audio/speex/contact/' title='contact us'>Contact</a></li>
</ul>
</div>
Modified: websites-plone/www/projects/audio/speex/compare/index.shtml
===================================================================
--- websites-plone/www/projects/audio/speex/compare/index.shtml 2004-08-04 16:02:36 UTC (rev 7478)
+++ websites-plone/www/projects/audio/speex/compare/index.shtml 2004-08-04 21:20:35 UTC (rev 7479)
@@ -6,198 +6,204 @@
<!--#include virtual="/projects/audio/speex/SSI/leftside.inc"-->
<!--#include virtual="/SSI/rightside.inc"-->
- <h1>Codec Feature Comparison</h1>
- <table border="2" cellpadding="2" width="100%">
- <thead>
- <tr>
- <th>Codec</th>
- <th>Rate (kHz)</th>
- <th>bitrate (kbps)</th>
- <th>delay (ms)</th>
- <th><a href="#multiRate">multi-rate</a></th>
- <th><a href="#embedded">embedded</a></th>
- <th><a href="#vbr"><abbr title="variable bitrate">VBR</abbr></a></th>
- <th><a href="#plc"><abbr title="packet loss concealment">PLC</abbr></a></th>
- <th><a href="#bitRobust">bit-robust</a></th>
- <th>license</th>
- </tr>
- </thead>
- <tbody>
- <tr class="speex">
- <td>Speex</td>
- <td>8, 16, 32</td>
- <td>
- 2.15-24.6 (<abbr title="narrowband">NB</abbr>)<br />
- 4-44.2 (<abbr title="wideband">WB</abbr>)
- </td>
- <td>
- 30 (<abbr title="narrowband">NB</abbr>)<br />
- 34 (<abbr title="wideband">WB</abbr>)
- </td>
- <td>yes</td>
- <td>yes</td>
- <td>yes</td>
- <td>yes</td>
- <td>no</td>
- <td>open-source/<br />free software</td>
- </tr>
- <tr>
- <td><a href="http://www.ilbcfreeware.org/">iLBC</a></td>
- <td>8</td>
- <td>13.3</td>
- <td>30</td>
- <td>no</td>
- <td>no</td>
- <td>no</td>
- <td>yes</td>
- <td>no</td>
- <td>no charge, but not open-source</td>
- </tr>
- <tr>
- <td>AMR-NB</td>
- <td>8</td>
- <td>4.75-12.2</td>
- <td>20</td>
- <td>yes</td>
- <td>no</td>
- <td>no</td>
- <td>yes</td>
- <td>yes</td>
- <td>proprietary</td>
- </tr>
- <tr>
- <td>AMR-<abbr title="wideband">WB</abbr><br />(G.722.2)</td>
- <td>16</td>
- <td>6.6-23.85</td>
- <td>20</td>
- <td>yes</td>
- <td>no</td>
- <td>no</td>
- <td>yes</td>
- <td>yes</td>
- <td>proprietary</td>
- </tr>
- <tr>
- <td>G.729</td>
- <td>8</td>
- <td>8</td>
- <td>15</td>
- <td>no</td>
- <td>no</td>
- <td>no</td>
- <td>yes</td>
- <td>yes</td>
- <td>proprietary</td>
- </tr>
- <tr>
- <td><a href="http://kbs.cs.tu-berlin.de/~jutta/toast.html">GSM-FR</a></td>
- <td>8</td>
- <td>13</td>
- <td>20</td>
- <td>no</td>
- <td>no</td>
- <td>no</td>
- <td>?</td>
- <td>?</td>
- <td>patented?</td>
- </tr>
- <tr>
- <td>GSM-EFR</td>
- <td>8</td>
- <td>12.2</td>
- <td>20</td>
- <td>no</td>
- <td>no</td>
- <td>no</td>
- <td>yes</td>
- <td>yes</td>
- <td>proprietary</td>
- </tr>
- <tr>
- <td>G.723.1</td>
- <td>8</td>
- <td>5.3 6.3</td>
- <td>37.5</td>
- <td>no</td>
- <td>no</td>
- <td>no</td>
- <td>yes</td>
- <td>?</td>
- <td>proprietary</td>
- </tr>
- <tr>
- <td>G.728</td>
- <td>8</td>
- <td>16</td>
- <td>0.625</td>
- <td>no</td>
- <td>no</td>
- <td>no</td>
- <td>no</td>
- <td>no</td>
- <td>proprietary</td>
- </tr>
- <tr>
- <td>G.722</td>
- <td>16</td>
- <td>48 56 64</td>
- <td>?</td>
- <td>no</td>
- <td>yes</td>
- <td>no</td>
- <td>no</td>
- <td>?</td>
- <td>?</td>
- </tr>
- </tbody>
- </table>
- <h2>Definitions</h2>
- <dl>
- <dt><dfn id="multiRate">multi-rate</dfn></dt>
- <dd>
- Allows the codec to change bitrate
- dynamically, at any moment
- </dd>
+<h1>Codec Feature Comparison</h1>
- <dt><dfn id="embedded">embedded</dfn></dt>
- <dd>
- A codec that embeds narrowband
- bitstreams in wideband bitstreams
- </dd>
+<div class='contentitem' id='comparetable'>
+<table border="2" cellpadding="2" width="100%">
+ <thead>
+ <tr>
+ <th>Codec</th>
+ <th>Rate (kHz)</th>
+ <th>bitrate (kbps)</th>
+ <th>delay (ms)</th>
+ <th><a href="#multiRate">multi-rate</a></th>
+ <th><a href="#embedded">embedded</a></th>
+ <th><a href="#vbr"><abbr title="variable bitrate">VBR</abbr></a></th>
+ <th><a href="#plc"><abbr title="packet loss concealment">PLC</abbr></a></th>
+ <th><a href="#bitRobust">bit-robust</a></th>
+ <th>license</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr class="speex">
+ <td>Speex</td>
+ <td>8, 16, 32</td>
+ <td>
+ 2.15-24.6 (<abbr title="narrowband">NB</abbr>)<br />
+ 4-44.2 (<abbr title="wideband">WB</abbr>)
+ </td>
+ <td>
+ 30 (<abbr title="narrowband">NB</abbr>)<br />
+ 34 (<abbr title="wideband">WB</abbr>)
+ </td>
+ <td>yes</td>
+ <td>yes</td>
+ <td>yes</td>
+ <td>yes</td>
+ <td>no</td>
+ <td>open-source/<br />free software</td>
+ </tr>
+ <tr>
+ <td><a href="http://www.ilbcfreeware.org/">iLBC</a></td>
+ <td>8</td>
+ <td>13.3</td>
+ <td>30</td>
+ <td>no</td>
+ <td>no</td>
+ <td>no</td>
+ <td>yes</td>
+ <td>no</td>
+ <td>no charge, but not open-source</td>
+ </tr>
+ <tr>
+ <td>AMR-NB</td>
+ <td>8</td>
+ <td>4.75-12.2</td>
+ <td>20</td>
+ <td>yes</td>
+ <td>no</td>
+ <td>no</td>
+ <td>yes</td>
+ <td>yes</td>
+ <td>proprietary</td>
+ </tr>
+ <tr>
+ <td>AMR-<abbr title="wideband">WB</abbr><br />(G.722.2)</td>
+ <td>16</td>
+ <td>6.6-23.85</td>
+ <td>20</td>
+ <td>yes</td>
+ <td>no</td>
+ <td>no</td>
+ <td>yes</td>
+ <td>yes</td>
+ <td>proprietary</td>
+ </tr>
+ <tr>
+ <td>G.729</td>
+ <td>8</td>
+ <td>8</td>
+ <td>15</td>
+ <td>no</td>
+ <td>no</td>
+ <td>no</td>
+ <td>yes</td>
+ <td>yes</td>
+ <td>proprietary</td>
+ </tr>
+ <tr>
+ <td><a href="http://kbs.cs.tu-berlin.de/~jutta/toast.html">GSM-FR</a></td>
+ <td>8</td>
+ <td>13</td>
+ <td>20</td>
+ <td>no</td>
+ <td>no</td>
+ <td>no</td>
+ <td>?</td>
+ <td>?</td>
+ <td>patented?</td>
+ </tr>
+ <tr>
+ <td>GSM-EFR</td>
+ <td>8</td>
+ <td>12.2</td>
+ <td>20</td>
+ <td>no</td>
+ <td>no</td>
+ <td>no</td>
+ <td>yes</td>
+ <td>yes</td>
+ <td>proprietary</td>
+ </tr>
+ <tr>
+ <td>G.723.1</td>
+ <td>8</td>
+ <td>5.3 6.3</td>
+ <td>37.5</td>
+ <td>no</td>
+ <td>no</td>
+ <td>no</td>
+ <td>yes</td>
+ <td>?</td>
+ <td>proprietary</td>
+ </tr>
+ <tr>
+ <td>G.728</td>
+ <td>8</td>
+ <td>16</td>
+ <td>0.625</td>
+ <td>no</td>
+ <td>no</td>
+ <td>no</td>
+ <td>no</td>
+ <td>no</td>
+ <td>proprietary</td>
+ </tr>
+ <tr>
+ <td>G.722</td>
+ <td>16</td>
+ <td>48 56 64</td>
+ <td>?</td>
+ <td>no</td>
+ <td>yes</td>
+ <td>no</td>
+ <td>no</td>
+ <td>?</td>
+ <td>?</td>
+ </tr>
+ </tbody>
+</table>
+</div>
- <dt><dfn id="vbr"><abbr title="variable bitrate">VBR</abbr></dfn></dt>
- <dd>
- Variable bitrate
- </dd>
-
- <dt><dfn id="plc"><abbr title="packet loss concealment">PLC</abbr></dfn></dt>
- <dd>
- Packet loss concealment
- </dd>
- <dt><dfn id="bitRobust">bit-robust</dfn></dt>
- <dd>
- Robust to corruption at the bit level,
- as found on wireless networks
- </dd>
- </dl>
- <h2>Special Features</h2>
- <dl>
- <dt>Speex</dt>
- <dd>
- Speex supports intensity stereo encoding
- and 32 kHz sampling
- </dd>
- <dt>iLBC</dt>
- <dd>
- iLBC frames are encoded completely
- independently; while this provides better
- quality when 10% (or more) of the packets
- are being dropped, this makes the codec
- suboptimal for clean line conditions.
- </dd>
- </dl>
+<div class='contentitem' id='comparedefinitions'>
+<h2>Definitions</h2>
+<dl>
+ <dt><dfn id="multiRate">multi-rate</dfn></dt>
+ <dd>
+ Allows the codec to change bitrate
+ dynamically, at any moment
+ </dd>
+ <dt><dfn id="embedded">embedded</dfn></dt>
+ <dd>
+ A codec that embeds narrowband
+ bitstreams in wideband bitstreams
+ </dd>
+ <dt><dfn id="vbr"><abbr title="variable bitrate">VBR</abbr></dfn></dt>
+ <dd>
+ Variable bitrate
+ </dd>
+
+ <dt><dfn id="plc"><abbr title="packet loss concealment">PLC</abbr></dfn></dt>
+ <dd>
+ Packet loss concealment
+ </dd>
+ <dt><dfn id="bitRobust">bit-robust</dfn></dt>
+ <dd>
+ Robust to corruption at the bit level,
+ as found on wireless networks
+ </dd>
+</dl>
+</div>
+<div class='contentitem' id='specialfeatures'>
+<h2>Special Features</h2>
+<dl>
+ <dt>Speex</dt>
+ <dd>
+ Speex supports intensity stereo encoding
+ and 32 kHz sampling
+ </dd>
+ <dt>iLBC</dt>
+ <dd>
+ iLBC frames are encoded completely
+ independently; while this provides better
+ quality when 10% (or more) of the packets
+ are being dropped, this makes the codec
+ suboptimal for clean line conditions.
+ </dd>
+</dl>
+</div>
<!--#include virtual="/SSI/bottomofbody.inc"-->
Modified: websites-plone/www/projects/audio/speex/contact/index.shtml
===================================================================
--- websites-plone/www/projects/audio/speex/contact/index.shtml 2004-08-04 16:02:36 UTC (rev 7478)
+++ websites-plone/www/projects/audio/speex/contact/index.shtml 2004-08-04 21:20:35 UTC (rev 7479)
@@ -7,6 +7,8 @@
<!--#include virtual="/SSI/rightside.inc"-->
<h1>Contact</h1>
+
+<div class='contentitem' id='devlist'>
<h2 id="ml">The Speex Development List</h2>
<p>
The <a href="mailto:speex-dev at xiph.org">speex-dev at xiph.org</a>
@@ -26,10 +28,15 @@
The list is archived along with the rest of the
<a href="http://www.xiph.org/archives/">xiph.org mailing list archives</a>.
</p>
+</div>
+
+
+<div class='contentitem' id='email'>
<h2>E-mail</h2>
<p>
Have a question about this website? Send an e-mail to
<a href="mailto:webmaster at speex.org">webmaster at speex.org</a>.
</p>
+</div>
<!--#include virtual="/SSI/bottomofbody.inc"-->
Modified: websites-plone/www/projects/audio/speex/docs/index.shtml
===================================================================
--- websites-plone/www/projects/audio/speex/docs/index.shtml 2004-08-04 16:02:36 UTC (rev 7478)
+++ websites-plone/www/projects/audio/speex/docs/index.shtml 2004-08-04 21:20:35 UTC (rev 7479)
@@ -7,11 +7,17 @@
<!--#include virtual="/SSI/rightside.inc"-->
<h1>Documentation</h1>
+
+<div class='contentitem' id='faq'>
<p>
Have a look at the
<a href="/faq/"><abbr title="Frequently Asked Questions">FAQ</abbr></a>
if you?re not quite sure what Speex is, or what it can do.
</p>
+</div>
+
+
+<div class='contentitem' id='manual'>
<h2>Manual</h2>
<p>
The Speex manual provides an introduction to Speex and
@@ -28,7 +34,10 @@
<li><a href="manual2/">HTML (online)</a></li>
<li><a href="manual.tar.gz">HTML (tarball)</a></li>
</ul>
+</div>
+
+<div class='contentitem' id='apireference'>
<h2><abbr title="Application Programming Interface">API</abbr> Reference</h2>
<p>
The Speex <abbr title="Application Programming Interface">API</abbr>
@@ -40,7 +49,10 @@
<li><a href="API/refman/">HTML (online)</a></li>
<li><a href="API/refman.tar.gz">HTML (tarball)</a></li>
</ul>
+</div>
+
+<div class='contentitem' id='standards'>
<h2>Standards</h2>
<p>
There are efforts underway to make Speex an
@@ -48,7 +60,7 @@
A draft of ?<a href="drafts/draft-herlein-speex-rtp-profile-02.txt"><abbr title="Realtime Protocol">RTP</abbr> Payload
Format for the Speex Codec</a>? is available.
</p>
+</div
-
<!--#include virtual="/SSI/bottomofbody.inc"-->
Modified: websites-plone/www/projects/audio/speex/download/index.shtml
===================================================================
--- websites-plone/www/projects/audio/speex/download/index.shtml 2004-08-04 16:02:36 UTC (rev 7478)
+++ websites-plone/www/projects/audio/speex/download/index.shtml 2004-08-04 21:20:35 UTC (rev 7479)
@@ -81,6 +81,6 @@
</ul>
<p>Looking for something even older? Check our <a href='olddownload.html'>older downloads</a> page.</p>
+</div>
-
<!--#include virtual="/SSI/bottomofbody.inc"-->
Modified: websites-plone/www/projects/audio/speex/index.shtml
===================================================================
--- websites-plone/www/projects/audio/speex/index.shtml 2004-08-04 16:02:36 UTC (rev 7478)
+++ websites-plone/www/projects/audio/speex/index.shtml 2004-08-04 21:20:35 UTC (rev 7479)
@@ -26,6 +26,7 @@
</p>
</div>
+
<div class='contentitem' id='technology'>
<h2>The Technology</h2>
<p>
@@ -52,6 +53,7 @@
</p>
</div>
+
<div class='contentitem' id='involved'>
<h2>Getting Involved</h2>
<p>
@@ -78,7 +80,6 @@
</div>
-
<div class='contentitem' id='headlines'>
<h2>Headlines</h2>
<ul id='newsitems'>
Modified: websites-plone/www/projects/audio/speex/news/index.shtml
===================================================================
--- websites-plone/www/projects/audio/speex/news/index.shtml 2004-08-04 16:02:36 UTC (rev 7478)
+++ websites-plone/www/projects/audio/speex/news/index.shtml 2004-08-04 21:20:35 UTC (rev 7479)
@@ -8,6 +8,8 @@
<h1>News</h1>
+
+<div class='contentitem' id='news'>
<!--
@@ -482,5 +484,6 @@
</p>
</div>
</div>
+</div>
<!--#include virtual="/SSI/bottomofbody.inc"-->
\ No newline at end of file
Modified: websites-plone/www/projects/audio/speex/samples/index.shtml
===================================================================
--- websites-plone/www/projects/audio/speex/samples/index.shtml 2004-08-04 16:02:36 UTC (rev 7478)
+++ websites-plone/www/projects/audio/speex/samples/index.shtml 2004-08-04 21:20:35 UTC (rev 7479)
@@ -7,6 +7,9 @@
<!--#include virtual="/SSI/rightside.inc"-->
<h1>Speex Samples (version 1.0)</h1>
+
+
+<div class='contentitem' id='narrowband'>
<h2>Narrowband</h2>
These samples are coded using narrowband Speex mode (more bit-rates available)<br>
<br>
@@ -26,6 +29,10 @@
<a href="audio/samples/female_speex_8_vbr.wav">coded 8 kbps VBR</a> <a
href="audio/samples/female_speex_11.wav">coded 11 kbps</a> <a
href="audio/samples/female_speex_15.wav">coded 15 kbps</a><br>
+</div>
+
+
+<div class='contentitem' id='wideband'>
<h2>Wideband</h2>
This sample is coded using wideband Speex mode (more bit-rates available)<br>
<br>
@@ -37,5 +44,7 @@
<a href="audio/samples/wb_male_speex_18_vbr.wav">coded 18 kbps VBR</a>
<a href="audio/samples/wb_male_speex_21.wav">coded 21 kbps</a>
<a href="audio/samples/wb_male_speex_28.wav">coded 28 kbps</a><br>
+</div>
+
<!--#include virtual="/SSI/bottomofbody.inc"-->
\ No newline at end of file
Modified: websites-plone/www/projects/audio/speex/software/index.shtml
===================================================================
--- websites-plone/www/projects/audio/speex/software/index.shtml 2004-08-04 16:02:36 UTC (rev 7478)
+++ websites-plone/www/projects/audio/speex/software/index.shtml 2004-08-04 21:20:35 UTC (rev 7479)
@@ -12,6 +12,10 @@
We haven?t played with all of these plugins, so don?t blame us if any
of them eat your computer. Okay?
</p>
+</div>
+
+
+<div class='contentitem' id='applications'>
<h2>Applications</h2>
<dl class="appList">
<dt><a href="http://www.asteriskpbx.org/">Asterisk</a></dt>
@@ -89,7 +93,10 @@
<dd>Windows builds of speexenc, speexdec, and speexdrop</dd>
</dl>
+</div>
+
+<div class='contentitem' id='plugins'>
<h2>Player Plugins & Code Examples</h2>
<dl class="appList">
<dt><a href='http://www.openacm.org/'>OpenACM Codec</a></dt>
@@ -121,7 +128,10 @@
<dt><a href="download/Speex_Delphi_Demo.zip">An Encoder written in Delphi</a></dt>
<dd>Smallish Delphi example written by John Villar</dd>
</dl>
+</div>
+
+<div class='contentitem' id='implementations'>
<h2>Other Implementations & Language Bindings</h2>
<dl class="appList">
<dt><a href="download/jspeex.zip">Jspeex</a>, Java bindings to the C-based libspeex</dt>
@@ -137,6 +147,7 @@
<dt><a href="download/PySpeex.tar.gz">PySpeex</a></dt>
<dd>Python bindings by David McNab</dd>
</dl>
+</div>
<!--#include virtual="/SSI/bottomofbody.inc"-->
Modified: websites-plone/www/projects/audio/speex/todo/index.shtml
===================================================================
--- websites-plone/www/projects/audio/speex/todo/index.shtml 2004-08-04 16:02:36 UTC (rev 7478)
+++ websites-plone/www/projects/audio/speex/todo/index.shtml 2004-08-04 21:20:35 UTC (rev 7479)
@@ -8,6 +8,10 @@
<h1>Roadmap</h1>
+</div>
+
+
+<div class='contentitem' id='doing'>
<h2>What We?re Doing</h2>
<p>
We?re implementing and debugging new features such as a denoiser,
@@ -15,6 +19,10 @@
a new <acronym title='voice activity detector'>VAD</acronym> and writing
a fixed-point version of the Speex libraries.
</p>
+</div>
+
+
+<div class='contentitem' id='help'>
<h2>How You Can Help</h2>
<p>
Consider?
@@ -30,6 +38,7 @@
</li>
<li>helping finish our fixed-point version of the Speex libraries</li>
</ul>
+</div>
<!--#include virtual="/SSI/bottomofbody.inc"-->
More information about the commits
mailing list