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:
parent
6a64aabce8
commit
7223b593cb
5 changed files with 1106 additions and 0 deletions
|
@ -5,6 +5,7 @@ set(SOURCES
|
|||
WavLoader.cpp
|
||||
FlacLoader.cpp
|
||||
WavWriter.cpp
|
||||
MP3Loader.cpp
|
||||
)
|
||||
|
||||
set(GENERATED_SOURCES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue