freeswitch/libs/speex
2010-08-19 10:38:54 -05: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 VS2010 add missing project filters 2010-08-19 10:38:54 -05:00
.update
acinclude.m4 Add visibility support for suncc on solaris 2009-04-22 17:44:35 +00:00
AUTHORS
ChangeLog
configure.ac a slightly more annoying yet more sane way to fix snow cat 2009-12-10 04:19:49 +00:00
configure.gnu fix calling of sub configure.gnu files during --srcdir build (FSBUILD-211) 2009-11-24 23:04:21 +00:00
COPYING update speex to 1.2rc1 2009-02-13 06:02:32 +00:00
INSTALL
Makefile.am fix automake 1.7 build 2009-03-06 19:19:56 +00:00
NEWS
README
README.blackfin
README.symbian
README.TI-DSP
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