pub const MAX_FFT_CONVOLUTION_SIZE: usize = 2048;Expand description
Maximum single-pass FFT size supported by FftConvolution.
This is determined by the maximum size accepted by Fft1d (2048).
Convolution of two sequences whose combined output length exceeds this
value (after rounding up to the next power of two) will return an error.