fix fft output stuck when changing averageTogether

pull/8/head
jcj83429 4 years ago
parent bea04bd348
commit dd0b0ed352
  1. 1
      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) {

Loading…
Cancel
Save