diff options
author | brettw <brettw@chromium.org> | 2014-10-01 21:19:49 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-02 04:20:05 +0000 |
commit | ef5e3c5c987cbf9fbd1a37743094847580d3e821 (patch) | |
tree | be070628d5ff254212a313ff4b2656ec8c7f23b4 /third_party/speex/README | |
parent | 715a73be0dfef058b5d131189cb0a205ce2fb027 (diff) | |
download | chromium_src-ef5e3c5c987cbf9fbd1a37743094847580d3e821.zip chromium_src-ef5e3c5c987cbf9fbd1a37743094847580d3e821.tar.gz chromium_src-ef5e3c5c987cbf9fbd1a37743094847580d3e821.tar.bz2 |
Move speex into the chrome repo
This is a smaller library that is always checked out and depsed in. It seems there is no particular reason for it to be in a separate repo other than it makes changes more difficult.
Review URL: https://codereview.chromium.org/608853002
Cr-Commit-Position: refs/heads/master@{#297781}
Diffstat (limited to 'third_party/speex/README')
-rw-r--r-- | third_party/speex/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/speex/README b/third_party/speex/README new file mode 100644 index 0000000..84fe74a --- /dev/null +++ b/third_party/speex/README @@ -0,0 +1,9 @@ +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 |