Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: speex/README

Issue 3119024: Add speex to trunk/deps/third_party/.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
Property Changes:
Name: svn:executable
+ *
OLDNEW
(Empty)
1 See INSTALL file for instruction on how to install Speex.
2
3 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 strea ming, 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.
4
5 To use the Speex command line tools:
6
7 % speexenc [options] input_file.wav compressed_file.spx
8
9 % speexdec [options] compressed_file.spx output_file.wav
OLDNEW
« speex/ChangeLog ('K') | « speex/ChangeLog ('k') | speex/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698