Keine Beschreibung

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

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