[Lunar-commits] r16988 - in moonbase/trunk/audio: . soundtouch

Jan Eidtmann cmak at lunar-linux.org
Tue Oct 18 06:17:25 UTC 2005


Author: cmak
Date: 2005-10-18 06:17:24 +0000 (Tue, 18 Oct 2005)
New Revision: 16988

Added:
   moonbase/trunk/audio/soundtouch/
   moonbase/trunk/audio/soundtouch/BUILD
   moonbase/trunk/audio/soundtouch/DETAILS
Log:
adding soundtouch

Added: moonbase/trunk/audio/soundtouch/BUILD
===================================================================
--- moonbase/trunk/audio/soundtouch/BUILD	2005-10-18 02:01:23 UTC (rev 16987)
+++ moonbase/trunk/audio/soundtouch/BUILD	2005-10-18 06:17:24 UTC (rev 16988)
@@ -0,0 +1,7 @@
+(
+
+  sedit "s/AM_CXXFLAGS\ =\ -O3/AM_CXXFLAGS\ =\ \$(CFLAGS)\ -O3/" \
+    source/SoundTouch/Makefile.in &&
+  default_build
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/audio/soundtouch/DETAILS
===================================================================
--- moonbase/trunk/audio/soundtouch/DETAILS	2005-10-18 02:01:23 UTC (rev 16987)
+++ moonbase/trunk/audio/soundtouch/DETAILS	2005-10-18 06:17:24 UTC (rev 16988)
@@ -0,0 +1,20 @@
+          MODULE=soundtouch
+         VERSION=1.3.0
+          SOURCE=${MODULE}_v${VERSION}.zip
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/SoundTouch-$VERSION
+      SOURCE_URL=http://www.hut.fi/u/oparviai/
+      SOURCE_VFY=sha1:ac366908c47f9196621046dcb89e2351c21e0c0b
+        WEB_SITE=http://sky.prohosting.com/oparviai/soundtouch/
+         ENTERED=20051018
+         UPDATED=20051018
+           SHORT="udio processing library"
+cat << EOF
+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.
+EOF



More information about the Lunar-commits mailing list