Releases: Thealexbarney/LibAtrac9
Releases · Thealexbarney/LibAtrac9
Quarter-size release
Generates Huffman lookup and IMDCT tables at runtime instead of storing them in the binary.
Results in a file 1/4 to 1/3 the size of the last release.
Feature-complete
Enables decoding LFE channels and band extension
Initial port
Quick, dirty, mostly feature-complete port. (Band extension isn't ported yet. Wasn't essential.)
Very direct port from C# version.
Same files, function/variable names.
Band extension isn't handled.
Tables are pre-generated instead of being created at runtime.
Extensive testing has not been done, but the output is correct based on limited testing.