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 c50edd2ea7 Reorganization of SDK placement and references for CWE-ou 4 years ago
..
doc Reorganization of SDK placement and references for CWE-ou 4 years ago
libspeex Reorganization of SDK placement and references for CWE-ou 4 years ago
src Reorganization of SDK placement and references for CWE-ou 4 years ago
win32 Reorganization of SDK placement and references for CWE-ou 4 years ago
AUTHORS Reorganization of SDK placement and references for CWE-ou 4 years ago
COPYING Reorganization of SDK placement and references for CWE-ou 4 years ago
ChangeLog Reorganization of SDK placement and references for CWE-ou 4 years ago
INSTALL Reorganization of SDK placement and references for CWE-ou 4 years ago
Makefile.am Reorganization of SDK placement and references for CWE-ou 4 years ago
Makefile.in Reorganization of SDK placement and references for CWE-ou 4 years ago
NEWS Reorganization of SDK placement and references for CWE-ou 4 years ago
README Reorganization of SDK placement and references for CWE-ou 4 years ago
Speex.spec Reorganization of SDK placement and references for CWE-ou 4 years ago
Speex.spec.in Reorganization of SDK placement and references for CWE-ou 4 years ago
TODO Reorganization of SDK placement and references for CWE-ou 4 years ago
acinclude.m4 Reorganization of SDK placement and references for CWE-ou 4 years ago
aclocal.m4 Reorganization of SDK placement and references for CWE-ou 4 years ago
config.guess Reorganization of SDK placement and references for CWE-ou 4 years ago
config.sub Reorganization of SDK placement and references for CWE-ou 4 years ago
configure Reorganization of SDK placement and references for CWE-ou 4 years ago
configure.in Reorganization of SDK placement and references for CWE-ou 4 years ago
install-sh Reorganization of SDK placement and references for CWE-ou 4 years ago
ltmain.sh Reorganization of SDK placement and references for CWE-ou 4 years ago
missing Reorganization of SDK placement and references for CWE-ou 4 years ago
mkinstalldirs Reorganization of SDK placement and references for CWE-ou 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