You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
rarified beda50db1c CWE Directory Reorganization Part 2: Fix VS2010 project file paths 3 years ago
..
doc CWE Directory Reorganization Part 2: Fix VS2010 project file paths 3 years ago
libspeex CWE Directory Reorganization Part 2: Fix VS2010 project file paths 3 years ago
src CWE Directory Reorganization Part 2: Fix VS2010 project file paths 3 years ago
win32 CWE Directory Reorganization Part 2: Fix VS2010 project file paths 3 years ago
AUTHORS CWE Directory Reorganization Part 2: Fix VS2010 project file paths 3 years ago
COPYING CWE Directory Reorganization Part 2: Fix VS2010 project file paths 3 years ago
ChangeLog CWE Directory Reorganization Part 2: Fix VS2010 project file paths 3 years ago
INSTALL CWE Directory Reorganization Part 2: Fix VS2010 project file paths 3 years ago
Makefile.am CWE Directory Reorganization Part 2: Fix VS2010 project file paths 3 years ago
Makefile.in CWE Directory Reorganization Part 2: Fix VS2010 project file paths 3 years ago
NEWS CWE Directory Reorganization Part 2: Fix VS2010 project file paths 3 years ago
README CWE Directory Reorganization Part 2: Fix VS2010 project file paths 3 years ago
Speex.spec CWE Directory Reorganization Part 2: Fix VS2010 project file paths 3 years ago
Speex.spec.in CWE Directory Reorganization Part 2: Fix VS2010 project file paths 3 years ago
TODO CWE Directory Reorganization Part 2: Fix VS2010 project file paths 3 years ago
acinclude.m4 CWE Directory Reorganization Part 2: Fix VS2010 project file paths 3 years ago
aclocal.m4 CWE Directory Reorganization Part 2: Fix VS2010 project file paths 3 years ago
config.guess CWE Directory Reorganization Part 2: Fix VS2010 project file paths 3 years ago
config.sub CWE Directory Reorganization Part 2: Fix VS2010 project file paths 3 years ago
configure CWE Directory Reorganization Part 2: Fix VS2010 project file paths 3 years ago
configure.in CWE Directory Reorganization Part 2: Fix VS2010 project file paths 3 years ago
install-sh CWE Directory Reorganization Part 2: Fix VS2010 project file paths 3 years ago
ltmain.sh CWE Directory Reorganization Part 2: Fix VS2010 project file paths 3 years ago
missing CWE Directory Reorganization Part 2: Fix VS2010 project file paths 3 years ago
mkinstalldirs CWE Directory Reorganization Part 2: Fix VS2010 project file paths 3 years ago

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