freeswitch/libs/speex
2009-02-17 18:12:42 +00:00
..
doc update speex to 1.2rc1 2009-02-13 06:02:32 +00:00
include update speex to 1.2rc1 2009-02-13 06:02:32 +00:00
libspeex we don't need OGG now without the test programs 2009-02-17 18:12:42 +00:00
src update speex to 1.2rc1 2009-02-13 06:02:32 +00:00
symbian update speex to 1.2rc1 2009-02-13 06:02:32 +00:00
ti update speex to 1.2rc1 2009-02-13 06:02:32 +00:00
win32 add libspeexdsp to core on windows msvc 2005 build 2009-02-13 19:09:24 +00:00
.update add .update files to the libs that we can use to force rebuilds of libs 2007-03-16 21:22:04 +00:00
acinclude.m4 update speex to 1.2rc1 2009-02-13 06:02:32 +00:00
AUTHORS add speex 1.2beta1 to in tree libs 2006-12-20 18:13:27 +00:00
ChangeLog add speex 1.2beta1 to in tree libs 2006-12-20 18:13:27 +00:00
config.h.in add some stuff to esl 2009-02-17 14:13:32 +00:00
configure.ac slim build to just lib and fix some build errors and autotools errors 2009-02-13 06:54:26 +00:00
configure.gnu add --enable-64 configure flag to build 64 bit with suncc 2007-11-16 01:45:29 +00:00
COPYING update speex to 1.2rc1 2009-02-13 06:02:32 +00:00
INSTALL add speex 1.2beta1 to in tree libs 2006-12-20 18:13:27 +00:00
Makefile.am slim build to just lib and fix some build errors and autotools errors 2009-02-13 06:54:26 +00:00
NEWS add speex 1.2beta1 to in tree libs 2006-12-20 18:13:27 +00:00
README add speex 1.2beta1 to in tree libs 2006-12-20 18:13:27 +00:00
README.blackfin add speex 1.2beta1 to in tree libs 2006-12-20 18:13:27 +00:00
README.symbian add speex 1.2beta1 to in tree libs 2006-12-20 18:13:27 +00:00
README.TI-DSP add speex 1.2beta1 to in tree libs 2006-12-20 18:13:27 +00:00
Speex.kdevelop update speex to 1.2rc1 2009-02-13 06:02:32 +00:00
speex.m4 update speex to 1.2rc1 2009-02-13 06:02:32 +00:00
speex.pc.in update speex to 1.2rc1 2009-02-13 06:02:32 +00:00
Speex.spec update speex to 1.2rc1 2009-02-13 06:02:32 +00:00
Speex.spec.in update speex to 1.2rc1 2009-02-13 06:02:32 +00:00
speexdsp.pc.in update speex to 1.2rc1 2009-02-13 06:02:32 +00:00
TODO update speex to 1.2rc1 2009-02-13 06:02:32 +00: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