Нема описа

Tristan Matthews 39a7979ad7 cosmetics: drop trailing whitespace пре 6 месеци
contrib 7db954e9f9 speexdec_fuzzer: avoid integer overflow пре 5 година
doc 12b027d3ff Add Meson build system пре 1 година
html 87e566ced7 ... пре 22 година
include 12b027d3ff Add Meson build system пре 1 година
libspeex 39a7979ad7 cosmetics: drop trailing whitespace пре 6 месеци
m4 7134a41fd2 m4: pkg.m4: fix typo in comment пре 1 година
macosx ea827134b4 Clean up embedded targets, removing dsp references пре 15 година
speexclient 39a7979ad7 cosmetics: drop trailing whitespace пре 6 месеци
src 7868d7bbcb speexenc: fix typos in comments пре 1 година
symbian ea827134b4 Clean up embedded targets, removing dsp references пре 15 година
ti 39a7979ad7 cosmetics: drop trailing whitespace пре 6 месеци
tmv 39a7979ad7 cosmetics: drop trailing whitespace пре 6 месеци
win32 0c02121588 libspeex.def: add missing speex_header_free symbol пре 6 година
.gitignore b142ca9ca3 Add generated m4 files to .gitignore. r=tmatth пре 8 година
.gitlab-ci.yml 3693431241 CI: compare meson and platformio versions пре 1 година
.travis.yml cae5026cfd travis: sync with speexdsp config пре 7 година
AUTHORS 93fc0708cd Updated David Rowe's contact пре 18 година
COPYING 1e64d72bbf Remove trailing white space from COPYING пре 2 година
ChangeLog 7d3d713d5b declare n пре 19 година
Doxyfile a4268af86f Updated TODO, Doxygen, project file пре 17 година
IDEAS 92c75d2072 In case some would like to join пре 23 година
INSTALL f39602dadb INSTALL: add instructions for Meson build пре 1 година
Makefile.am 4153be6d2f autotools: make sure meson version and autotools version stay in sync пре 1 година
NEWS 23e95865ed Checking in license stuff пре 23 година
OPTIMIZE 39cb42e01e Added speex_ctl call to set codec parameters (e.g. enable/disable пре 22 година
README c152710b06 updated some info пре 22 година
README.TI-DSP 2631943824 Moved README.TI-DSP to main dir пре 19 година
README.Trimedia 3d9f23a6ac README.Trimedia: fix typos пре 1 година
README.blackfin 35ec655083 s/svn/git/ in a few places пре 15 година
README.symbian 42a452219a update speex_lib_get_mode() info in README.symbian пре 20 година
README.win32 56c7bab7f9 mostly win32 project updates пре 20 година
Speex.kdevelop fa7076c842 fixed makefiles (damn kdevelop) пре 17 година
Speex.spec.in 417d9c1601 Added pkg-config file for libspeexdsp пре 17 година
TODO bae128c14a Remove a lot of leftover speexdsp references пре 15 година
autogen.sh 9172c7ef85 Remove spurious ACLOCAL_FLAGS variable from autogen.sh. пре 9 година
configure.ac 29ae3eed18 configure: fix typo пре 1 година
library.json bfb52208f3 Add library.json file for platformio пре 1 година
meson.build 12b027d3ff Add Meson build system пре 1 година
meson_options.txt 12b027d3ff Add Meson build system пре 1 година
speex.m4 01f7d3a30e speex: sync m4 with libopus m4 пре 1 година
speex.pc.in 6ae7f8616b Don't overlink with libm пре 11 година

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