%general-entities; ]> $Date$ AudioFile-&audiofile-version; AudioFile Introduction to AudioFile The AudioFile package contains the audio file libraries and two sound file support programs useful to support basic sound file formats. &lfs110a_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &audiofile-md5sum; Download size: &audiofile-size; Estimated disk space required: &audiofile-buildsize; Estimated build time: &audiofile-time; Additional Downloads Required patch: AudioFile Dependencies Required Recommended Optional and User Notes: Installation of AudioFile Install AudioFile by running the following commands: patch -Np1 -i audiofile-&audiofile-version;-consolidated_patches-1.patch && autoreconf -fiv && ./configure --prefix=/usr --disable-static && make Now, as the root user: make install To test the results, issue: make check. Note that the tests will fail if the --disable-static option is used and tests are executed before make install. You have three options: (a) configure without --disable-static, run the tests, but do not install, then start a fresh build using --disable-static just for installing the package. (b) configure with --disable-static, but only run the tests after the package is installed. (c) configure with --disable-static, but only run the tests after a DESTDIR install. Command Explanations Contents Installed Programs Installed Libraries Installed Directories sfconvert and sfinfo libaudiofile.so None Short Descriptions sfinfo displays the sound file format, audio encoding, sampling rate and duration for audio formats supported by this library sfinfo sfconvert converts sound file formats where the original format and destination format are supported by this library sfconvert libaudiofile.so contains functions used by programs to support AIFF, AIFF-compressed, Sun/NeXT, WAV and BIC audio formats libaudiofile.so