libsamplerate is a sample rate converter for audio.
This package is known to build and work properly using an LFS-8.1 platform.
Download (HTTP): http://www.mega-nerd.com/SRC/libsamplerate-0.1.9.tar.gz
Download MD5 sum: 2b78ae9fe63b36b9fbb6267fad93f259
Download size: 4.1 MB
Estimated disk space required: 17 MB
Estimated build time: 0.1 SBU
libsndfile-1.0.28 and fftw-3.3.6-pl2 (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.9 install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2017-08-23 12:11:26 -0700