Skip to main content

Module convolution

Module convolution 

Source
Expand description

Convolution engine used by reverb and offline processing.

Two implementations are provided:

  • complex_fft (default): full complex FFT using rustfft.
  • real_fft (feature real-fft): real FFT using realfft.

Structsยง

Convolver
Overlap-add convolver based on real FFTs.