• Home
Name Date Size #Lines LOC

..--

include/speex/03-May-2024-2,107625

libspeex/03-May-2024-14,82110,735

AUTHORSD03-May-2024502 1913

BUILD.gnD03-May-20242.3 KiB9788

COPYINGD03-May-20241.7 KiB3630

READMED03-May-2024591 105

README.chromiumD03-May-2024514 1612

TODOD03-May-20241.1 KiB4940

speex.gypD03-May-20242.7 KiB9592

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