VoidXH/Cavern

IMDCT performance in AC-3

VoidXH opened this issue · 1 comments

Instead of intermediate1.Convolve(x256) and similar by-definition math operations, doing the convolution in Fourier space before the IFFT would be much faster. x256/x512 should be FFT'd on creation.

Something similar updated in 113d026.