TeaSpeak-Client/native/codec/libraries/speex
2019-06-26 22:09:01 +02:00
..
doc Initial commit 2019-06-26 22:09:01 +02:00
html Initial commit 2019-06-26 22:09:01 +02:00
include Initial commit 2019-06-26 22:09:01 +02:00
libspeex Initial commit 2019-06-26 22:09:01 +02:00
m4 Initial commit 2019-06-26 22:09:01 +02:00
macosx Initial commit 2019-06-26 22:09:01 +02:00
speexclient Initial commit 2019-06-26 22:09:01 +02:00
src Initial commit 2019-06-26 22:09:01 +02:00
symbian Initial commit 2019-06-26 22:09:01 +02:00
ti Initial commit 2019-06-26 22:09:01 +02:00
tmv Initial commit 2019-06-26 22:09:01 +02:00
win32 Initial commit 2019-06-26 22:09:01 +02:00
.cvsignore Initial commit 2019-06-26 22:09:01 +02:00
.gitignore Initial commit 2019-06-26 22:09:01 +02:00
.travis.yml Initial commit 2019-06-26 22:09:01 +02:00
AUTHORS Initial commit 2019-06-26 22:09:01 +02:00
autogen.sh Initial commit 2019-06-26 22:09:01 +02:00
ChangeLog Initial commit 2019-06-26 22:09:01 +02:00
configure.ac Initial commit 2019-06-26 22:09:01 +02:00
COPYING Initial commit 2019-06-26 22:09:01 +02:00
Doxyfile Initial commit 2019-06-26 22:09:01 +02:00
IDEAS Initial commit 2019-06-26 22:09:01 +02:00
INSTALL Initial commit 2019-06-26 22:09:01 +02:00
Makefile.am Initial commit 2019-06-26 22:09:01 +02:00
NEWS Initial commit 2019-06-26 22:09:01 +02:00
OPTIMIZE Initial commit 2019-06-26 22:09:01 +02:00
README Initial commit 2019-06-26 22:09:01 +02:00
README.blackfin Initial commit 2019-06-26 22:09:01 +02:00
README.symbian Initial commit 2019-06-26 22:09:01 +02:00
README.TI-DSP Initial commit 2019-06-26 22:09:01 +02:00
README.Trimedia Initial commit 2019-06-26 22:09:01 +02:00
README.win32 Initial commit 2019-06-26 22:09:01 +02:00
Speex.kdevelop Initial commit 2019-06-26 22:09:01 +02:00
speex.m4 Initial commit 2019-06-26 22:09:01 +02:00
speex.pc.in Initial commit 2019-06-26 22:09:01 +02:00
Speex.spec.in Initial commit 2019-06-26 22:09:01 +02:00
TODO Initial commit 2019-06-26 22:09:01 +02:00

See INSTALL file for instruction on how to install Speex.

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