Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
AUTHORS | 10-Mar-2015 | 502 | |
BUILD.gn | 10-Mar-2015 | 2.3K | |
COPYING | 10-Mar-2015 | 1.7K | |
include/ | 10-Mar-2015 | ||
libspeex/ | 10-Mar-2015 | ||
README | 10-Mar-2015 | 591 | |
README.chromium | 10-Mar-2015 | 514 | |
speex.gyp | 10-Mar-2015 | 2.7K | |
TODO | 10-Mar-2015 | 1.1K |
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 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. 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 10
1 Name: speex 2 URL: http://downloads.xiph.org/releases/speex/speex-1.2rc1.tar.gz 3 Version: 1.2.rc1 4 License: BSD 5 Security Critical: yes 6 7 Description: 8 This contains a copy of speex-1.2.rc1 9 10 This library is required for the browser to compress and encode recorded audio 11 before sending to Google servers for speech recognition. This is a straight dump 12 of speex-1.2rc1 with all the unused files removed with the following changes: 13 14 1. Added include/speex/speex_config_types.h generated by the configure script 15 on Linux. 16