hl2_src-leak-2017/src/engine/voice_codecs/speex/source
BotoX 60f625f414 import hl2_src from full.7z
source: magnet:?xt=urn:btih:21DDA6847DDE983F2F8063739249D2D1D09A5DDA
2020-12-25 16:26:23 +01:00
..
doc import hl2_src from full.7z 2020-12-25 16:26:23 +01:00
libspeex import hl2_src from full.7z 2020-12-25 16:26:23 +01:00
linux import hl2_src from full.7z 2020-12-25 16:26:23 +01:00
osx import hl2_src from full.7z 2020-12-25 16:26:23 +01:00
win32/libspeex import hl2_src from full.7z 2020-12-25 16:26:23 +01:00
AUTHORS import hl2_src from full.7z 2020-12-25 16:26:23 +01:00
COPYING import hl2_src from full.7z 2020-12-25 16:26:23 +01:00
ChangeLog import hl2_src from full.7z 2020-12-25 16:26:23 +01:00
INSTALL import hl2_src from full.7z 2020-12-25 16:26:23 +01:00
Makefile.am import hl2_src from full.7z 2020-12-25 16:26:23 +01:00
Makefile.in import hl2_src from full.7z 2020-12-25 16:26:23 +01:00
NEWS import hl2_src from full.7z 2020-12-25 16:26:23 +01:00
README import hl2_src from full.7z 2020-12-25 16:26:23 +01:00
Speex.spec import hl2_src from full.7z 2020-12-25 16:26:23 +01:00
Speex.spec.in import hl2_src from full.7z 2020-12-25 16:26:23 +01:00
TODO import hl2_src from full.7z 2020-12-25 16:26:23 +01:00
acinclude.m4 import hl2_src from full.7z 2020-12-25 16:26:23 +01:00
aclocal.m4 import hl2_src from full.7z 2020-12-25 16:26:23 +01:00
config.guess import hl2_src from full.7z 2020-12-25 16:26:23 +01:00
config.sub import hl2_src from full.7z 2020-12-25 16:26:23 +01:00
configure import hl2_src from full.7z 2020-12-25 16:26:23 +01:00
configure.in import hl2_src from full.7z 2020-12-25 16:26:23 +01:00
install-sh import hl2_src from full.7z 2020-12-25 16:26:23 +01:00
ltmain.sh import hl2_src from full.7z 2020-12-25 16:26:23 +01:00
missing import hl2_src from full.7z 2020-12-25 16:26:23 +01:00
mkinstalldirs import hl2_src from full.7z 2020-12-25 16:26:23 +01:00
speex.sln import hl2_src from full.7z 2020-12-25 16:26:23 +01:00
speex.vcxproj import hl2_src from full.7z 2020-12-25 16:26:23 +01:00

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