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) {