freebsd-ports/audio/alsaplayer/files/patch-scopes::monoscope::monoscope.c
Joe Marcus Clarke 1f8cd43b73 Add alsaplayer, an audio player with pitch control and a GTK+ GUI.
PR:		43142
Submitted by:	Robin Schilham <co9@xs4all.nl> (based on)
2003-06-30 17:15:20 +00:00

11 lines
356 B
C

--- scopes/monoscope/monoscope.c-orig Thu Jun 19 11:15:16 2003
+++ scopes/monoscope/monoscope.c Thu Jun 19 11:15:22 2003
@@ -103,7 +103,7 @@
pthread_mutex_lock(&update_mutex);
memcpy (copyEq, newEq, sizeof (short) * CONVOLVE_BIG);
thisEq = copyEq;
-#if 1
+#if 0
val = convolve_match (avgEq, copyEq, state);
thisEq += val;
#endif