SoundTouch-1.8.0

Introduction to SoundTouch

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.6 systemd platform.

Package Information

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/soundtouch

Installation of 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 

Command Explanations

sed "s@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g" -i configure.ac: This sed fixes some issues with Automake 1.13 and later.

Contents

Installed Program: soundstrech
Installed Library: libSoundTouch.so
Installed Directories: /usr/include/soundtouch and /usr/share/doc/soundtouch-1.8.0

Short Descriptions

libSoundTouch.so

contains SoundTouch API functions.

Last updated on 2014-08-24 08:57:54 -0700