pub fn vorbis_invertible<T: DctNum>(len: usize) -> Vec<T>
Expand description

Ogg Vorbis window function for MDCT. Combines a scale for normalization into the window function so that the process is conveniently invertible.