libsamplerate is a sample rate converter for audio.
This package is known to build and work properly using an LFS-7.4 platform.
Download (HTTP): http://www.mega-nerd.com/SRC/libsamplerate-0.1.8.tar.gz
Download MD5 sum: 1c7fb25191b4e6e3628d198a66a84f47
Download size: 4.1 MB
Estimated disk space required: 23 MB
Estimated build time: 0.2 SBU
libsndfile-1.0.25, and libfftw3 (for tests)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/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.8 install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2013-08-20 18:40:33 -0700