freeswitch/libs/speex
2007-03-11 12:30:24 +00:00
..
doc update in tree generated files. THe whole tree now cleanly bootstraps. 2007-03-11 12:30:24 +00:00
include update in tree generated files. THe whole tree now cleanly bootstraps. 2007-03-11 12:30:24 +00:00
libspeex update in tree generated files. THe whole tree now cleanly bootstraps. 2007-03-11 12:30:24 +00:00
src update in tree generated files. THe whole tree now cleanly bootstraps. 2007-03-11 12:30:24 +00:00
symbian update in tree generated files. THe whole tree now cleanly bootstraps. 2007-03-11 12:30:24 +00:00
ti update in tree generated files. THe whole tree now cleanly bootstraps. 2007-03-11 12:30:24 +00:00
win32 update in tree generated files. THe whole tree now cleanly bootstraps. 2007-03-11 12:30:24 +00:00
acinclude.m4 add speex 1.2beta1 to in tree libs 2006-12-20 18:13:27 +00:00
aclocal.m4 update in tree generated files. THe whole tree now cleanly bootstraps. 2007-03-11 12:30:24 +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.guess update in tree generated files. THe whole tree now cleanly bootstraps. 2007-03-11 12:30:24 +00:00
config.h.in add speex 1.2beta1 to in tree libs 2006-12-20 18:13:27 +00:00
config.sub update in tree generated files. THe whole tree now cleanly bootstraps. 2007-03-11 12:30:24 +00:00
configure update in tree generated files. THe whole tree now cleanly bootstraps. 2007-03-11 12:30:24 +00:00
configure.ac add speex 1.2beta1 to in tree libs 2006-12-20 18:13:27 +00:00
configure.gnu git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4540 d0543943-73ff-0310-b7d9-9358b9ac24b2 2007-03-11 10:44:45 +00:00
COPYING add speex 1.2beta1 to in tree libs 2006-12-20 18:13:27 +00:00
depcomp add speex 1.2beta1 to in tree libs 2006-12-20 18:13:27 +00:00
INSTALL add speex 1.2beta1 to in tree libs 2006-12-20 18:13:27 +00:00
install-sh add speex 1.2beta1 to in tree libs 2006-12-20 18:13:27 +00:00
ltmain.sh update in tree generated files. THe whole tree now cleanly bootstraps. 2007-03-11 12:30:24 +00:00
Makefile.am lower required automake version 2007-03-11 10:26:28 +00:00
Makefile.in update in tree generated files. THe whole tree now cleanly bootstraps. 2007-03-11 12:30:24 +00:00
missing add speex 1.2beta1 to in tree libs 2006-12-20 18:13:27 +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 add speex 1.2beta1 to in tree libs 2006-12-20 18:13:27 +00:00
speex.m4 add speex 1.2beta1 to in tree libs 2006-12-20 18:13:27 +00:00
speex.pc.in add speex 1.2beta1 to in tree libs 2006-12-20 18:13:27 +00:00
Speex.spec add speex 1.2beta1 to in tree libs 2006-12-20 18:13:27 +00:00
Speex.spec.in add speex 1.2beta1 to in tree libs 2006-12-20 18:13:27 +00:00
TODO add speex 1.2beta1 to in tree libs 2006-12-20 18:13:27 +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