From dd0b0ed35252006c5853550b4ad946c429a7c751 Mon Sep 17 00:00:00 2001 From: jcj83429 Date: Mon, 31 May 2021 21:49:13 -0700 Subject: [PATCH] fix fft output stuck when changing averageTogether --- analyze_fft256_f32.h | 1 + 1 file changed, 1 insertion(+) diff --git a/analyze_fft256_f32.h b/analyze_fft256_f32.h index 15a14b8..50c1936 100644 --- a/analyze_fft256_f32.h +++ b/analyze_fft256_f32.h @@ -90,6 +90,7 @@ public: #if AUDIO_BLOCK_SAMPLES == 128 if (n == 0) n = 1; naverage = n; + count = 0; #endif } void windowFunction(const int16_t *w) {