Speex-1.0.1

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.

Package information

Installation of Speex

Install Speex by running the following commands:

./configure --prefix=/usr &&
make &&
make install

Contents

The Speex package provides speexdec, speexenc and libspeex.

Description

speexdec

speexdec decodes a Speex file and produce a WAV file or RAW file.

speexenc

speexenc encodes a WAV or RAW file using Speex.

libspeex

libspeex provides functions for the audio encoding/decoding programs.