[xiph-cvs] cvs commit: speex README

Jean-Marc Valin jm at xiph.org
Fri Mar 7 13:17:59 PST 2003



jm          03/03/07 16:17:59

  Modified:    .        README
  Log:
  updated some info

Revision  Changes    Path
1.4       +4 -27     speex/README

Index: README
===================================================================
RCS file: /usr/local/cvsroot/speex/README,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- README	16 May 2002 19:16:33 -0000	1.3
+++ README	7 Mar 2003 21:17:59 -0000	1.4
@@ -1,32 +1,9 @@
 See INSTALL file for instruction on how to install Speex.
 
-The Speex project aims to build an open-source patent-free voice codec. 
-Unlike other codecs like MP3 and Ogg Vorbis, 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.
+The Speex is a patent-free, Open Source/Free Software voice codec. Unlike other codecs like MP3 and Ogg Vorbis, Speex is designed to compress voice at bitrates in the 2-45 kbps range. Possible applications include VoIP, internet audio streaming, archiving of speech data (e.g. voice mail), and audio books. In some sense, it is meant to be complementary to the Ogg Vorbis codec.
 
-Although we aim at providing a patent-free codec, we strongly suggest you
-have a look at patent issues if you are thinking about using Speex 
-commercially. The speech coding field is a real patent minefield and
-the scope and enforceability of all these patents is sometimes unclear,
-not to mention that each country has different laws.
+To use the Speex command line tools:
 
-To use Speex:
+% speexenc [options] input_file.wav compressed_file.spx
 
-% speexenc [-n or -w] input_file.sw compressed_file.spx
-
-% speexdec compressed_file.spx output_file.sw
-
-where -n is for narrowband (8 kHz sampling) and -w is wideband (16 kHz 
-sampling).
-
-All audio files are assumed to be raw (no header) 16-bit PCM files. To
-convert a .wav file into this format:
-% sox my_file.wav -t sw my_file.sw
-
-Note that if the original sampling frequency of the wav is not 8 kHz or 16 kHz,
-you will need to add "-r 8000" or "-r 16000" (without the quotes).
-
-To create a .wav file:
-% sox -t sw my_file.sw my_file.wav
+% speexdec [options] compressed_file.spx output_file.wav

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list