Home | History | Annotate | only in /external/chromium_org/third_party/speex
Up to higher level directory
NameDateSize
AUTHORS10-Mar-2015502
BUILD.gn10-Mar-20152.3K
COPYING10-Mar-20151.7K
include/10-Mar-2015
libspeex/10-Mar-2015
README10-Mar-2015591
README.chromium10-Mar-2015514
speex.gyp10-Mar-20152.7K
TODO10-Mar-20151.1K

README

      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 

README.chromium

      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