Module symphonia_core::dsp
source · Expand description
The dsp
module provides efficient implementations of common signal processing algorithms.
Modules§
- The
complex
module implements a 32-bit floating point complex number. - The
fft
module implements the Fast Fourier Transform (FFT). - The
mdct
module implements the Modified Discrete Cosine Transform (MDCT).