1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:07:36 +00:00

LibAudio: Add huffman tables for MPEG-1 layer 3 audio

The data is taken straight from the ISO/IEC 11172-3 standard. For
decoding efficiency the tables are transformed into trees at compile
time using a constexpr approach. That way no runtime initialization is
necessary and decoding can be faster than searching through tables.
This commit is contained in:
Arne Elster 2021-12-06 23:06:59 +01:00 committed by Andreas Kling
parent b7110c2a34
commit a4ba781f23

File diff suppressed because it is too large Load diff