1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 04:47:34 +00:00

LibAudio: Add basic MP3 Decoder

This is a basic MPEG-1 layer 3 audio decoder. It supports all
sample rates and stereo modes except for freeformat.
This commit is contained in:
Arne Elster 2022-02-24 11:27:48 +01:00 committed by Andreas Kling
parent 6a64aabce8
commit 7223b593cb
5 changed files with 1106 additions and 0 deletions

View file

@ -5,6 +5,7 @@ set(SOURCES
WavLoader.cpp
FlacLoader.cpp
WavWriter.cpp
MP3Loader.cpp
)
set(GENERATED_SOURCES