freeswitch/libs/speex
Michael Jerris db3d1e1358 remove the build stubs for the exe's and the ogg dependency as we don't use them
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7352 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-25 15:17:48 +00:00
..
doc
include
libspeex remove the build stubs for the exe's and the ogg dependency as we don't use them 2008-01-25 15:17:48 +00:00
src svn:eol-style properties, and make eol-style consistent in some files. 2007-09-21 18:49:14 +00:00
symbian svn:eol-style properties, and make eol-style consistent in some files. 2007-09-21 18:49:14 +00:00
ti svn:eol-style properties, and make eol-style consistent in some files. 2007-09-21 18:49:14 +00:00
win32 svn:eol-style properties, and make eol-style consistent in some files. 2007-09-21 18:49:14 +00:00
.update
AUTHORS
COPYING
ChangeLog
INSTALL
Makefile.am remove the build stubs for the exe's and the ogg dependency as we don't use them 2008-01-25 15:14:10 +00:00
NEWS
README
README.TI-DSP
README.blackfin
README.symbian
Speex.kdevelop
Speex.spec
Speex.spec.in
TODO
acinclude.m4 don't link to installed libs, patch from stkn (fix for MODLANG-47) 2007-12-03 16:29:07 +00:00
config.h.in
configure.ac remove the build stubs for the exe's and the ogg dependency as we don't use them 2008-01-25 15:14:10 +00:00
configure.gnu add --enable-64 configure flag to build 64 bit with suncc 2007-11-16 01:45:29 +00:00
speex.m4 don't link to installed libs, patch from stkn (fix for MODLANG-47) 2007-12-03 16:29:07 +00:00
speex.pc.in

README

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