From a3e4011a70e2298b21fc374a94ceae74503c624e Mon Sep 17 00:00:00 2001 From: Mark Date: Mon, 11 Jul 2022 09:39:43 -0700 Subject: [PATCH] Tweaked FFT parameters --- src/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.h b/src/config.h index 6547144..d60ad56 100644 --- a/src/config.h +++ b/src/config.h @@ -18,8 +18,8 @@ #define KB_RESOLUTION (5 * 50) // How many resolution steps to skip at the top and bottom. -#define BOTTOM_SKIP 25 -#define TOP_SKIP 50 +#define BOTTOM_SKIP 100 +#define TOP_SKIP 0 // Spectrum visualizer range #define MIN_HZ 100