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

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Matthews <tmatth@videolan.org>2014-12-07 03:22:55 +0300
committerTristan Matthews <tmatth@videolan.org>2014-12-07 03:22:55 +0300
commit5ff4a2ce8f2d0a5a1f75b5fe354a6982aec6df72 (patch)
tree5a159823824b364e629bac700388c78c27faa9ec
parentf8f14d098275cf6fb70f9413d4f237708a838878 (diff)
README: drop references to codec
-rw-r--r--README10
1 files changed, 2 insertions, 8 deletions
diff --git a/README b/README
index 84fe74a..8d10b1c 100644
--- a/README
+++ b/README
@@ -1,9 +1,3 @@
-See INSTALL file for instruction on how to install Speex.
+See INSTALL file for instructions on how to install SpeexDSP.
-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.
-
-To use the Speex command line tools:
-
-% speexenc [options] input_file.wav compressed_file.spx
-
-% speexdec [options] compressed_file.spx output_file.wav
+SpeexDSP is a patent-free, Open Source/Free Software DSP library.