symphonia_core::dsp

Module 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).