diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-03 06:08:40 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-03 06:08:40 +0000 |
commit | 6ce2153e2589e52f42b70e93e999f58ea9c3150d (patch) | |
tree | 0ab367190c6383a1e83b4f8da1dfaa3da90affcd /audio/xmms-sndstretch/files/patch-sndstretch.c | |
parent | Updated 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.c | 17 |
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); + |