libsamplerate-0.1.9

Introduction to libsamplerate

libsamplerate is a sample rate converter for audio.

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

Package Information

libsamplerate Dependencies

Optional

libsndfile-1.0.28 and fftw-3.3.8 (for tests)

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

Installation of libsamplerate

Install libsamplerate by running the following commands:

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

To test the results, issue: make check.

Now, as the root user:

make htmldocdir=/usr/share/doc/libsamplerate-0.1.9 install

Command Explanations

--disable-static: This switch prevents installation of static versions of the libraries.

Contents

Installed Program: sndfile-resample
Installed Library: libsamplerate.so
Installed Directory: /usr/share/doc/libsamplerate-0.1.9

Short Descriptions

sndfile-resample

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

Last updated on 2020-02-17 18:27:03 -0800