Speex-1.0.4

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

Speex dependencies

Optional

libogg-1.1.2

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 produces a WAV or raw file.

speexenc

speexenc encodes a WAV or raw files using Speex.

libspeex

libspeex provides functions for the audio encoding/decoding programs.

Last updated on 2005-02-14 08:12:36 -0700