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 and work properly using an LFS-7.9 platform.
Download (HTTP): http://www.surina.net/soundtouch/soundtouch-1.9.2.tar.gz
Download MD5 sum: 2d1ab4abb54640e8e308e36e309c94a6
Download size: 168 KB
Estimated disk space required: 6.6 MB
Estimated build time: 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/soundtouch
Install SoundTouch by running the following commands:
./bootstrap && ./configure --prefix=/usr \ --docdir=/usr/share/doc/soundtouch-1.9.2 && make
This package does not come with a test suite.
Now, as the root
user:
make install
--enable-openmp
: This switch adds
support for running the algorithms parallel in several CPU cores,
in systems with multicore processors.
Last updated on 2016-02-24 19:22:02 -0800