libsamplerate is a sample rate converter for audio.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://github.com/libsndfile/libsamplerate/releases/download/0.2.2/libsamplerate-0.2.2.tar.xz
MD5 校验和:97c010fc25156c33cddc272c1935afab
大小:3.2 MB
预计所需磁盘空间:15 MB(测试将额外增加 2 MB)
预计构建时间:小于 0.1 SBU(测试将额外增加 0.3 SBU)
alsa-lib-1.2.16.1, libsndfile-1.2.2, and fftw-3.3.11 (for tests)
Install libsamplerate by running the following commands:
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/libsamplerate-0.2.2 &&
make
To test the results, issue: make check.
Now, as the root user:
make install
--disable-static: This
switch prevents installation of static versions of the libraries.