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-8.1 platform.
Download (HTTP): http://www.surina.net/soundtouch/soundtouch-2.0.0.tar.gz
Download MD5 sum: 9f5eaf7b767970c2dbc75b7a443ec15a
Download size: 448 KB
Estimated disk space required: 7.7 MB
Estimated build time: 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/soundtouch
When extracted, the Soundtouch
package expands into the directory soundtouch
and not soundtouch-2.0.0.
Install SoundTouch by running the following commands:
./bootstrap && ./configure --prefix=/usr \ --docdir=/usr/share/doc/soundtouch-2.0.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 in parallel across several
systems using the external OpenMP libraries.
Last updated on 2017-08-26 18:53:46 -0700