const FFT_SIZE: usize = 1024;Expand description
FFT window length. Powers of 2; 1024 gives ~43 Hz bin width @ 44.1 kHz, which is enough granularity for the bass band (smaller windows under-resolve 20-250 Hz; larger windows raise latency without buying much for the 3-band split MD2 uses).