AudioFile-0.3.4

Introduction to Audio File

The Audio File package contains the audio file libraries and two sound file support programs useful to support basic sound file formats.

This package is known to build using an LFS 7.1 platform but has not been tested.

Package Information

Audio File Dependencies

Required

alsa-lib-1.0.25

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/audiofile

Installation of Audio File

Install Audio File by running the following commands:

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

To test the results, issue: make check.

Now, as the root user:

make install

Contents

Installed Programs: sfconvert and sfinfo
Installed Libraries: libaudiofile.{so,a}

Short Descriptions

sfinfo

displays the sound file format, audio encoding, sampling rate and duration for audio formats supported by this library.

sfconvert

converts sound file formats where the original format and destination format are supported by this library.

libaudiofile.{so,a}

contains functions used by programs to support AIFF, AIFF-compressed, Sun/NeXT, WAV and BIC audio formats.

Last updated on 2012-05-08 02:30:07 +0000