%general-entities; ]> $LastChangedBy$ $Date$ Speex-&speex-version; Speex Introduction to Speex Speex is an audio compression format designed especially for speech. It is well-adapted to internet applications and provides useful features that are not present in most other CODECs. &lfs82_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &speex-md5sum; Download size: &speex-size; Estimated disk space required: &speex-buildsize; Estimated build time: &speex-time; Additional Package Information Download (HTTP): Download (FTP): Download MD5 sum: &speexdsp-md5sum; Download size: &speexdsp-size; Estimated disk space required: &speexdsp-buildsize; Estimated build time: &speexdsp-time; Speex Dependencies Required Optional User Notes: Installation of Speex This package consists of two separate tarballs. They need to be extracted and built independently. Install Speex by running the following commands: ./configure --prefix=/usr \ --disable-static \ --docdir=/usr/share/doc/speex-&speex-version; && make This package does not come with a test suite. As the root user: make install Now extract and install the speexdsp package: cd .. && tar -xf speexdsp-&speexdsp-version;.tar.gz && cd speexdsp-&speexdsp-version; && ./configure --prefix=/usr \ --disable-static \ --docdir=/usr/share/doc/speexdsp-&speexdsp-version; && make Again, as the root user: make install Command Explanations : Builds two binaries to encode and decode to and from the speex format. Contents Installed Programs Installed Libraries Installed Directories (optional) speexenc and speexdec libspeex.so and libspeexdsp.so /usr/include/speex and /usr/share/doc/speex-&speex-version; Short Descriptions speexdec decodes a Speex file and produces a WAV or raw file. speexdec speexenc encodes a WAV or raw files using Speex. speexenc libspeex.so provides functions for the audio encoding/decoding programs. libspeex.so libspeexdsp.so is a speech processing library that goes along with the Speex codec. libspeexdsp.so