Module mdct

Available on crate feature dep_symphonia only.
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§

Imdct
The Inverse Modified Discrete Transform (IMDCT).