[xiph-commits] r7235 - websites/speex.org
atamido at dactyl.lonelymoon.com
atamido
Wed Jul 21 11:56:14 PDT 2004
Author: atamido
Date: Wed Jul 21 11:56:14 2004
New Revision: 7235
Modified:
websites/speex.org/samples.html
Log:
Added basic headers and changed links to actually point to the samples.
Modified: websites/speex.org/samples.html
===================================================================
--- websites/speex.org/samples.html 2004-07-21 18:56:08 UTC (rev 7234)
+++ websites/speex.org/samples.html 2004-07-21 18:56:13 UTC (rev 7235)
@@ -1,14 +1,20 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
-<base href="http://www.speex.org/audio/samples/">
<head>
<title>Speex Samples</title>
<meta name="author" content="Jean-Marc Valin">
<meta name="description" content="Speex audio samples">
+ <!--#include virtual="/SSI/inhead.inc"-->
+ <style type='text/css'>
+ .readMoreNews {
+ text-align: center;
+ }
+ </style>
</head>
- <body>
-
+<body>
+<!--#include virtual="/SSI/topofbody.inc"-->
<div align="center">
<h1>Speex Samples (version 1.0)</h1>
@@ -16,34 +22,35 @@
<h2>Narrowband</h2>
These samples are coded using narrowband Speex mode (more bit-rates available)<br>
<br>
- male: <a href="male.wav">original</a>
-<a href="male_speex_4.wav">coded 4 kbps</a>
-<a href="male_speex_4_vbr.wav">coded 4 kbps VBR</a>
-<a href="male_speex_6.wav">coded 6 kbps</a>
-<a href="male_speex_8.wav">coded 8 kbps</a> <a
- href="male_speex_8_vbr.wav">coded 8 kbps VBR</a> <a
- href="male_speex_11.wav">coded 11 kbps</a> <a
- href="male_speex_15.wav">coded 15 kbps<br>
-</a>female: <a href="female.wav">original</a>
-<a href="female_speex_4.wav">coded 4 kbps</a>
-<a href="female_speex_4_vbr.wav">coded 4 kbps VBR</a>
-<a href="female_speex_6.wav">coded 6 kbps</a>
-<a href="female_speex_8.wav">coded 8 kbps</a>
-<a href="female_speex_8_vbr.wav">coded 8 kbps VBR</a> <a
- href="female_speex_11.wav">coded 11 kbps</a> <a
- href="female_speex_15.wav">coded 15 kbps</a><br>
+ male: <a href="audio/samples/male.wav">original</a>
+<a href="audio/samples/male_speex_4.wav">coded 4 kbps</a>
+<a href="audio/samples/male_speex_4_vbr.wav">coded 4 kbps VBR</a>
+<a href="audio/samples/male_speex_6.wav">coded 6 kbps</a>
+<a href="audio/samples/male_speex_8.wav">coded 8 kbps</a> <a
+ href="audio/samples/male_speex_8_vbr.wav">coded 8 kbps VBR</a> <a
+ href="audio/samples/male_speex_11.wav">coded 11 kbps</a> <a
+ href="audio/samples/male_speex_15.wav">coded 15 kbps<br>
+</a>female: <a href="audio/samples/female.wav">original</a>
+<a href="audio/samples/female_speex_4.wav">coded 4 kbps</a>
+<a href="audio/samples/female_speex_4_vbr.wav">coded 4 kbps VBR</a>
+<a href="audio/samples/female_speex_6.wav">coded 6 kbps</a>
+<a href="audio/samples/female_speex_8.wav">coded 8 kbps</a>
+<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>
<h2>Wideband</h2>
This sample is coded using wideband Speex mode (more bit-rates available)<br>
<br>
- male: <a href="wb_male.wav">original</a>
+ male: <a href="audio/samples/wb_male.wav">original</a>
-<a href="wb_male_speex_10.wav">coded 10 kbps</a>
-<a href="wb_male_speex_12_vbr.wav">coded 12 kbps VBR</a>
-<a href="wb_male_speex_17.wav">coded 17 kbps</a>
-<a href="wb_male_speex_18_vbr.wav">coded 18 kbps VBR</a>
-<a href="wb_male_speex_21.wav">coded 21 kbps</a>
-<a href="wb_male_speex_28.wav">coded 28 kbps</a><br>
+<a href="audio/samples/wb_male_speex_10.wav">coded 10 kbps</a>
+<a href="audio/samples/wb_male_speex_12_vbr.wav">coded 12 kbps VBR</a>
+<a href="audio/samples/wb_male_speex_17.wav">coded 17 kbps</a>
+<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"-->
</div>
<br>
</body>
More information about the commits
mailing list