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.4 platform but has not been tested.
Download (HTTP): http://www.surina.net/soundtouch/soundtouch-1.7.1.tar.gz
Download MD5 sum: 957500b90593cd6c7d8adc62a64a1851
Download size: 100 KB
Estimated disk space required: 6.0 MB
Estimated build time: less than 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.7.1 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 2013-09-01 15:01:22 -0700