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

github.com/mumble-voip/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-02-14 05:33:32 +0300
committerjmvalin <jmvalin@0101bb08-14d6-0310-b084-bc0e0c8e3800>2002-02-14 05:33:32 +0300
commit39cddebf78734a9cbc53dadd84428709b3ae77d0 (patch)
treeaf9f70f872f7e0d9f4bd7728325c9f1c3c176dbc /html
parentca57d81f1698fa8d688c2053289ddc15b2b72b87 (diff)
Initial web page
git-svn-id: http://svn.xiph.org/trunk/speex@3049 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'html')
-rw-r--r--html/index.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/html/index.html b/html/index.html
new file mode 100644
index 0000000..7ed8389
--- /dev/null
+++ b/html/index.html
@@ -0,0 +1,32 @@
+<!doctype html 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]">
+</head>
+<body>
+
+<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:33:32 $</div>
+
+</body>
+</html>