Skip to main content

DSP_MAX_POINTS

Constant DSP_MAX_POINTS 

Source
pub const DSP_MAX_POINTS: usize = 2048;
Expand description

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.