Skip to content

Releases: Thealexbarney/LibAtrac9

Quarter-size release

08 Jan 04:29
Compare
Choose a tag to compare

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

04 Jan 02:02
Compare
Choose a tag to compare

Enables decoding LFE channels and band extension

Initial port

03 Jan 07:10
Compare
Choose a tag to compare
Initial port Pre-release
Pre-release

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.