freebsd-ports/audio/xmms-sndstretch/files/patch-sndstretch.c
Pete Fritchman 6ce2153e25 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>
2001-12-03 06:08:40 +00:00

17 lines
412 B
C

$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);