[][src]Module rustdct::mdct::window_fn

Functions

invertible

MDCT window function which is all ones (IE, no windowing will be applied) -- Scales its window values by sqrt(2/n) as a convenience so that you don't have to manually scale your data when computing an inverse

mp3

MP3 window function for MDCT

mp3_invertible

MP3 window function for MDCT -- Scales its window values by sqrt(2/n) as a convenience so that you don't have to manually scale your data when computing an inverse

one

MDCT window function which is all ones (IE, no windowing will be applied)

vorbis

Ogg Vorbis window function for MDCT

vorbis_invertible

Ogg Vorbis window function for MDCT -- Scales its window values by sqrt(2/n) as a convenience so that you don't have to manually scale your data when computing an inverse