Sem descrição

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

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