From 83c6423ff1cda07e04260a6a3b74b0bbe7c99ab8 Mon Sep 17 00:00:00 2001 From: LMP88959 <109979235+LMP88959@users.noreply.github.com> Date: Tue, 17 Jan 2023 23:26:56 -0800 Subject: [PATCH] Added description for filter switch --- crt_core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crt_core.c b/crt_core.c index 8448ca3..eda68b6 100644 --- a/crt_core.c +++ b/crt_core.c @@ -64,6 +64,7 @@ crt_sincos14(int *s, int *c, int n) /********************************* FILTERS ***********************************/ /*****************************************************************************/ +/* convolution is much faster but the EQ looks softer, more authentic, and more analog */ #define USE_CONVOLUTION 0 #if USE_CONVOLUTION