const SPECTRUM_FFT_SIZE: usize = 512;Expand description
FFT window size used to expose value1/value2 spectrum bins to
wavecode_N per-point equations when b_spectrum is set. Power of 2,
large enough to give a reasonable bin density without ballooning the
analyzer cost. Matches the standard MD2 FFT size.