libsamplerate-0.1.8

Introduction to libsamplerate

libsamplerate is a sample rate converter for audio.

This package is known to build and work properly using an LFS-7.3 platform.

Package Information

libsamplerate Dependencies

Optional

libsndfile-1.0.25, and libfftw3 (for tests)

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

Installation of libsamplerate

Install libsamplerate 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 Program: sndfile-resample
Installed Library: libsamplerate.so
Installed Directory: /usr/share/doc/libsamplerate0-dev

Short Descriptions

sndfile-resample

is a sample rate converter using libsndfile for file I/O.

Last updated on 2013-03-28 00:12:39 +0000