All Projects → xiph → Speex

xiph / Speex

Licence: other
Speex voice codec mirror - THIS IS A MIRROR, DEVELOPMENT HAPPENS AT https://gitlab.xiph.org/xiph/speex

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Speex

Opus
Modern audio compression for the internet.
Stars: ✭ 1,171 (+361.02%)
Mutual labels:  audio, compression, codec
Digital video introduction
A hands-on introduction to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg encoding).
Stars: ✭ 12,184 (+4696.85%)
Mutual labels:  audio, compression, codec
Cute headers
Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games
Stars: ✭ 3,274 (+1188.98%)
Mutual labels:  audio, compression
Ffmediaelement
FFME: The Advanced WPF MediaElement (based on FFmpeg)
Stars: ✭ 733 (+188.58%)
Mutual labels:  audio, codec
Minimp3
Minimalistic MP3 decoder single header library
Stars: ✭ 898 (+253.54%)
Mutual labels:  audio, codec
Theora
Reference implementation of the Theora video compression format.
Stars: ✭ 59 (-76.77%)
Mutual labels:  compression, codec
Vorbis
Reference implementation of the Ogg Vorbis audio format.
Stars: ✭ 271 (+6.69%)
Mutual labels:  audio, codec
Turbobench
Compression Benchmark
Stars: ✭ 211 (-16.93%)
Mutual labels:  compression, codec
Deprecated Lame Mirror
[DEPRECATED] Old, Semi-official mirror of the CVS repository of the LAME MP3 encoder.
Stars: ✭ 73 (-71.26%)
Mutual labels:  audio, compression
Squeezer
Flexible general-purpose compressor with a touch of citrus
Stars: ✭ 78 (-69.29%)
Mutual labels:  audio, compression
Vgmstream
vgmstream - A library for playback of various streamed audio formats used in video games.
Stars: ✭ 524 (+106.3%)
Mutual labels:  audio, codec
Jackknife
⚔️ 金轮法王,哦不,是轮子大师带你玩转Android,是时候尝试下MVVM了。这是一个Android应用开发全家桶库,支持Kotlin+MVVM+Dagger2+Retrofit架构。
Stars: ✭ 215 (-15.35%)
Mutual labels:  audio, codec
Redoflacs
Parallel BASH commandline FLAC compressor, verifier, organizer, analyzer, and retagger
Stars: ✭ 71 (-72.05%)
Mutual labels:  audio, compression
Ffmpeg Video Player
An FFmpeg and SDL Tutorial.
Stars: ✭ 149 (-41.34%)
Mutual labels:  audio, codec
TranscodingStreams.jl
Simple, consistent interfaces for any codec.
Stars: ✭ 71 (-72.05%)
Mutual labels:  compression, codec
xdelta-sharp
Decompressor for delta encoding VCDIFF (RFC-3284) -- xdelta3 compatible.
Stars: ✭ 27 (-89.37%)
Mutual labels:  compression
huffman-coding
A C++ compression and decompression program based on Huffman Coding.
Stars: ✭ 31 (-87.8%)
Mutual labels:  compression
wrender
Image compression and transformation reverse-proxy for Express apps
Stars: ✭ 14 (-94.49%)
Mutual labels:  compression
naps
An experiment for building gateware for the axiom micro / beta using nmigen and yosys
Stars: ✭ 28 (-88.98%)
Mutual labels:  compression
decompress
Pure OCaml implementation of Zlib.
Stars: ✭ 103 (-59.45%)
Mutual labels:  compression

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].