pub const DSP_MAX_POINTS: usize = 2048;
Maximum real length for dct / idct / dst / idst and the window generators. Transforms use a 2N-point FFT, so this is half of FFT_MAX_POINTS.
dct
idct
dst
idst
2N
FFT_MAX_POINTS