Module symphonia_core::dsp::mdct
source · Expand description
The mdct
module implements the Modified Discrete Cosine Transform (MDCT).
The MDCT in this module is implemented in-terms of a forward FFT.
Structs§
- The Inverse Modified Discrete Transform (IMDCT).