Go to file
2015-06-15 22:24:22 +02:00
doc [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
include [BUILD] add lutin build 2015-01-06 21:53:52 +01:00
libspeex [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
m4 [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
src [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
symbian [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
ti [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
win32 [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
.gitignore [DEV] add gitignore 2015-01-06 22:12:33 +01:00
aclocal.m4 [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
AUTHORS [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
ChangeLog [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
config.guess [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
config.h.in [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
config.sub [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
configure [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
configure.ac [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
COPYING [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
depcomp [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
INSTALL [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
install-sh [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
ltmain.sh [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
Makefile.am [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
Makefile.in [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
missing [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
NEWS [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
README [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
README.blackfin [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
README.symbian [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
README.TI-DSP [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
Speex.kdevelop [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
speex.m4 [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
speex.pc.in [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
Speex.spec [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
Speex.spec.in [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01:00
TODO [IMPORT] import speex 1.2rc2 2015-01-06 21:16:46 +01: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