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 96903e8dca CWE Directory Reorganization 4 years ago
..
doc CWE Directory Reorganization 4 years ago
libspeex CWE Directory Reorganization 4 years ago
src CWE Directory Reorganization 4 years ago
win32 CWE Directory Reorganization 4 years ago
AUTHORS CWE Directory Reorganization 4 years ago
COPYING CWE Directory Reorganization 4 years ago
ChangeLog CWE Directory Reorganization 4 years ago
INSTALL CWE Directory Reorganization 4 years ago
Makefile.am CWE Directory Reorganization 4 years ago
Makefile.in CWE Directory Reorganization 4 years ago
NEWS CWE Directory Reorganization 4 years ago
README CWE Directory Reorganization 4 years ago
Speex.spec CWE Directory Reorganization 4 years ago
Speex.spec.in CWE Directory Reorganization 4 years ago
TODO CWE Directory Reorganization 4 years ago
acinclude.m4 CWE Directory Reorganization 4 years ago
aclocal.m4 CWE Directory Reorganization 4 years ago
config.guess CWE Directory Reorganization 4 years ago
config.sub CWE Directory Reorganization 4 years ago
configure CWE Directory Reorganization 4 years ago
configure.in CWE Directory Reorganization 4 years ago
install-sh CWE Directory Reorganization 4 years ago
ltmain.sh CWE Directory Reorganization 4 years ago
missing CWE Directory Reorganization 4 years ago
mkinstalldirs CWE Directory Reorganization 4 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