https://github.com/lu-zero/speex
Local speex changes
https://github.com/lu-zero/speex
Last synced: 3 months ago
JSON representation
Local speex changes
- Host: GitHub
- URL: https://github.com/lu-zero/speex
- Owner: lu-zero
- License: other
- Created: 2014-07-24T16:17:48.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-24T19:48:01.000Z (almost 11 years ago)
- Last Synced: 2025-01-17T13:17:04.630Z (5 months ago)
- Language: C
- Homepage: http://speex.org
- Size: 6.02 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
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