Module rustdct::mdct[][src]

Expand description

Algorithms for computing the Modified Discrete Cosine Transform

Modules

Structs

Naive O(n^2 ) MDCT implementation

MDCT implementation that converts the problem to a DCT Type 4 of the same size.

Traits

An umbrella trait for algorithms which compute the Modified Discrete Cosine Transform (MDCT)