summaryrefslogtreecommitdiff
path: root/audio/xmms-sndstretch/files/patch-sndstretch.c
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-12-03 06:08:40 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-12-03 06:08:40 +0000
commit6ce2153e2589e52f42b70e93e999f58ea9c3150d (patch)
tree0ab367190c6383a1e83b4f8da1dfaa3da90affcd /audio/xmms-sndstretch/files/patch-sndstretch.c
parentUpdated to version 1.01 (diff)
Add xmms-sndstretch-0.5, a plugin for xmms to change the pitch and/or speed
PR: 31897 Submitted by: Edwin Mons <ports@edwinm.ik.nu>
Diffstat (limited to 'audio/xmms-sndstretch/files/patch-sndstretch.c')
-rw-r--r--audio/xmms-sndstretch/files/patch-sndstretch.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/xmms-sndstretch/files/patch-sndstretch.c b/audio/xmms-sndstretch/files/patch-sndstretch.c
new file mode 100644
index 000000000000..e04d39ace6f6
--- /dev/null
+++ b/audio/xmms-sndstretch/files/patch-sndstretch.c
@@ -0,0 +1,17 @@
+$FreeBSD$
+
+--- sndstretch.c.orig Thu Sep 27 17:10:34 2001
++++ sndstretch.c Sat Nov 10 12:54:19 2001
+@@ -1053,9 +1053,11 @@
+
+ speed_act = speed;
+ pitch_act = pitch;
++#ifdef DEBUG
+ if ( fade_shift != fade_shift_act ){
+ fprintf(stderr,"changed fade_shift_act\n");
+ }
++#endif
+ fade_shift_act = fade_shift;
+
+ // if (ring_buff!=0) free(ring_buff);
+