a48111e35b
SoundTouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or files: * Tempo (time-stretch): changes the sound to play at faster or slower speed than original, without affecting the sound pitch * Pitch (key): changes the sound pitch or key, without affecting the sound tempo or speed * Playback Rate: changes both the sound tempo and pitch, as if an LP disc was played at wrong RPM rate ok jakemsr@
13 lines
520 B
Plaintext
13 lines
520 B
Plaintext
$OpenBSD: patch-source_example_SoundStretch_Makefile_am,v 1.1.1.1 2007/12/08 11:05:58 ajacoutot Exp $
|
|
--- source/example/SoundStretch/Makefile.am.orig Sat Nov 24 13:45:12 2007
|
|
+++ source/example/SoundStretch/Makefile.am Sat Nov 24 13:45:57 2007
|
|
@@ -47,7 +47,7 @@ soundstretch_LDADD=../../SoundTouch/libSoundTouch.la .
|
|
soundstretch_LDFLAGS=-s
|
|
|
|
## additional compiler flags
|
|
-soundstretch_CXXFLAGS=-O3 -I../bpm
|
|
+soundstretch_CXXFLAGS=-I../bpm
|
|
|
|
#clean-local:
|
|
# -rm -f additional-files-to-remove-on-make-clean
|