AudioFile-0.3.6
Installation of AudioFile
Install AudioFile by running the
following commands:
./configure --prefix=/usr &&
make
To test the results, issue: make
check. Note that the tests will fail if the
--disable-static option is used.
Now, as the root
user:
make install
Command Explanations
--disable-static
: This
switch prevents installation of static versions of the libraries.
Contents
Installed Programs:
sfconvert and sfinfo
Installed Libraries:
libaudiofile.so
Installed Directories:
None
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
|
contains functions used by programs to support AIFF,
AIFF-compressed, Sun/NeXT, WAV and BIC audio formats.
|
Last updated on 2014-02-27 03:06:47 -0800