Cog/Plugins/MAD
Christopher Snowhill 9a0c598cf1 MAD Decoder: Correct length of iTunes MP3 files
The total frames count in the iTunSMPB header is the encoded length, so
add the start and end padding to it for the decoder implementation,
which expects this variable to contain the total decodable length
including the start and end padding. Fixes gapless decoding of iTunes
files.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-03-07 23:59:14 -08:00
..
MAD.xcodeproj Brought back the MAD plugin from death 2022-02-24 17:51:10 -08:00
MADDecoder.h Brought back the MAD plugin from death 2022-02-24 17:51:10 -08:00
MADDecoder.m MAD Decoder: Correct length of iTunes MP3 files 2022-03-07 23:59:14 -08:00