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.8 platform.
Download (HTTP): http://www.surina.net/soundtouch/soundtouch-1.9.0.tar.gz
Download MD5 sum: 0b0672c09c1c97df2e61c4d5aa9a7b86
Download size: 168 KB
Estimated disk space required: 5.4 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.0 && 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 2015-09-18 20:33:16 -0700