The SoundTouch package contains an open-source audio processing library that allows changing the sound tempo, pitch and playback rate parameters independently from each other.
This package is known to build using an LFS 7.5 platform but has not been tested.
Download (HTTP): http://www.surina.net/soundtouch/soundtouch-1.8.0.tar.gz
Download MD5 sum: d02c6c91cb13901ca273a2b4b143ce41
Download size: 104 KB
Estimated disk space required: 6.1 MB
Estimated build time: 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/soundtouch
Install SoundTouch by running the following commands:
sed "s@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g" -i configure.ac && ./bootstrap && ./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root
user:
make pkgdocdir=/usr/share/doc/soundtouch-1.8.0 install
sed "s@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g" -i configure.ac: This sed fixes some issues with Automake 1.13 and later.
Last updated on 2014-02-26 13:53:15 -0800