ac8e9e2536
SoundTouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or audio files Tempo (time stretch): Changes the sound to play at faster or slower tempo than originally without affecting the sound pitch. Pitch (key): Changes the sound pitch or key while keeping the original tempo (speed). Playback Rate: Changes both tempo and pitch together as if a vinyl disc was played at different RPM rate. The SoundTouch library is intended for application developers writing sound processing tools that require tempo/pitch control functionality, or just for playing around with the sound effects.
12 lines
331 B
Makefile
12 lines
331 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2014/08/07 20:23:27 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= soundtouch
|
|
|
|
.if !defined(SOUNDTOUCH_BUILDLINK3_MK)
|
|
SOUNDTOUCH_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.soundtouch+= soundtouch>=1.8.0
|
|
BUILDLINK_PKGSRCDIR.soundtouch?= ../../audio/soundtouch
|
|
.endif # SOUNDTOUCH_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -soundtouch
|