Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorjmvalin <jmvalin@0101bb08-14d6-0310-b084-bc0e0c8e3800>2002-03-12 21:47:22 +0300
committerjmvalin <jmvalin@0101bb08-14d6-0310-b084-bc0e0c8e3800>2002-03-12 21:47:22 +0300
commit77b23be33fca96bc2180d754f3698afc95b3ee27 (patch)
tree4ce9139e4fbe25f0ceed95362f2610bae3be281a /html
parent3868c5574ea8a598bc6d928aa40f4459c6e2202e (diff)
Some decoder stuff, web page update
git-svn-id: http://svn.xiph.org/trunk/speex@3134 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'html')
-rw-r--r--html/index.html71
1 files changed, 42 insertions, 29 deletions
diff --git a/html/index.html b/html/index.html
index 436c08c..9e74dcd 100644
--- a/html/index.html
+++ b/html/index.html
@@ -1,34 +1,47 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<!DOCTYPE doctype PUBLIC "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="GENERATOR" content="Mozilla/4.78 [fr] (X11; U; Linux 2.4.17 i686) [Netscape]">
- <meta name="Author" content="Jean-Marc Valin">
- <title>The Speex Speech Codec</title>
+
+ <meta http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+ <meta name="GENERATOR"
+ content="Mozilla/4.78 [fr] (X11; U; Linux 2.4.17 i686) [Netscape]">
+
+ <meta name="Author" content="Jean-Marc Valin">
+ <title>The Speex Speech Codec</title>
</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#59188E" alink="#FF0000">
-
-<center>
-<h1>
-Speex</h1></center>
-<a href="http://speex.sourceforge.net">The Speex project</a> aims to build
-an open-source patent-free voice codec. Unlike other codecs like MP3 and
-<a href="http://www.vorbis.org">Ogg
-Vorbis</a>, Speex is specially designed for compressing voice at low bit-rates
-for applications such as voice over IP (VoIP). In some sense, it is meant
-to be complementary to the Ogg Vorbis codec.
-<p>If you are interested in participating to the project, contact us at
-<a href="mailto:speex-devel@lists.sourceforge.net">speex-devel@lists.sourceforge.net</a>
-or <a href="http://lists.sourceforge.net/lists/listinfo/speex-devel">join
-our mailing list</a>. Right now, there is very little code written and
-we are mostly looking for developers with signal processing and speech
-coding knowledge, as well as people with knowledge about patents in that
-field.
-<p>
-<hr WIDTH="100%">
-<div align=right><a href="mailto:valj01@gel.usherb.ca">Jean-Marc Valin</a>
-<br><a href="mailto:david@voicetronix.com.au">David Rowe</a>
-<br>$Date: 2002/02/14 02:42:47 $</div>
-
+ <body text="#000000" bgcolor="#ffffff" link="#0000ef" vlink="#59188e"
+ alink="#ff0000">
+
+<center>
+<h1> Speex</h1>
+</center>
+ <a href="http://sourceforge.net/projects/speex">The Speex project</a> aims
+to build an open-source patent-free voice codec. Unlike other codecs like
+MP3 and <a href="http://www.vorbis.org">Ogg Vorbis</a>, Speex is specially
+designed for compressing voice at low bit-rates for applications such as
+voice over IP (VoIP). In some sense, it is meant to be complementary to the
+Ogg Vorbis codec.
+<p>If you are interested in participating to the project, contact us at <a
+ href="mailto:speex-devel@lists.sourceforge.net">speex-devel@lists.sourceforge.net</a>
+ or <a href="http://lists.sourceforge.net/lists/listinfo/speex-devel">join
+our mailing list</a>. Right now, there is very little code written and we
+are mostly looking for developers with signal processing and speech coding
+knowledge, as well as people with knowledge about patents in that field.<br>
+</p>
+<h2>Status (updated 2002/03/12)</h2>
+<h2> </h2>
+<p> </p>
+We now have a working encoder prototype that produces good quality narrowband
+(8 kHz sampling rate) at a bit-rate of 14.5 kb/s. There is still a lot to
+do, but we're progressing fast. You can download a snapshot of the current
+code <a href="/Speex-0.0.0.tar.gz">here</a>.<br>
+<hr width="100%">
+<div align="right"><a href="mailto:valj01@gel.usherb.ca">Jean-Marc Valin</a>
+ <br>
+<a href="mailto:david@voicetronix.com.au">David Rowe</a> <br>
+$Date: 2002/03/12 18:47:21 $</div>
+
</body>
</html>