• Home
  • History
  • Annotate
  • only in /external/chromium_org/third_party/speex/
NameDateSize

..12-Mar-20154 KiB

AUTHORS12-Mar-2015502

BUILD.gn12-Mar-20152.3 KiB

COPYING12-Mar-20151.7 KiB

include/12-Mar-20154 KiB

libspeex/12-Mar-20154 KiB

README12-Mar-2015591

README.chromium12-Mar-2015514

speex.gyp12-Mar-20152.7 KiB

TODO12-Mar-20151.1 KiB

README

1See INSTALL file for instruction on how to install Speex.
2
3The 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
5To 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

1Name: speex
2URL: http://downloads.xiph.org/releases/speex/speex-1.2rc1.tar.gz
3Version: 1.2.rc1
4License: BSD
5Security Critical: yes
6
7Description:
8This contains a copy of speex-1.2.rc1
9
10This library is required for the browser to compress and encode recorded audio
11before sending to Google servers for speech recognition. This is a straight dump
12of speex-1.2rc1 with all the unused files removed with the following changes:
13
141. Added include/speex/speex_config_types.h generated by the configure script
15   on Linux.
16