1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:38:12 +00:00
serenity/Userland/Libraries/LibAudio
Arne Elster 7223b593cb 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.
2022-02-26 16:01:26 +01:00
..
Buffer.cpp Everywhere: Use my new serenityos.org e-mail :^) 2022-01-14 11:54:09 +01:00
Buffer.h LibAudio: Simplify empty Audio::Buffer state to be truly empty 2022-02-20 19:04:59 +00:00
CMakeLists.txt LibAudio: Add basic MP3 Decoder 2022-02-26 16:01:26 +01:00
ConnectionFromClient.cpp Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer 2022-02-25 22:35:12 +01:00
ConnectionFromClient.h Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer 2022-02-25 22:35:12 +01:00
FlacLoader.cpp AK: Move integral log2 and exp to IntegerMath.h 2022-02-06 17:52:33 +00:00
FlacLoader.h LibAudio: Convert FlacLoader to use new Core::Stream APIs :^) 2022-01-22 01:13:42 +03:30
FlacTypes.h Everywhere: Use my new serenityos.org e-mail :^) 2022-01-14 11:54:09 +01:00
Loader.cpp LibAudio: Add basic MP3 Decoder 2022-02-26 16:01:26 +01:00
Loader.h LibAudio: Convert FlacLoader to use new Core::Stream APIs :^) 2022-01-22 01:13:42 +03:30
LoaderError.h LibAudio: Add LOADER_TRY to auto-convert Error to LoaderError 2022-01-22 01:13:42 +03:30
MP3HuffmanTables.h LibAudio: Add huffman tables for MPEG-1 layer 3 audio 2022-02-26 16:01:26 +01:00
MP3Loader.cpp LibAudio: Add basic MP3 Decoder 2022-02-26 16:01:26 +01:00
MP3Loader.h LibAudio: Add basic MP3 Decoder 2022-02-26 16:01:26 +01:00
MP3Tables.h LibAudio: Add decoding tables for MPEG-1 layer 3 audio 2022-02-26 16:01:26 +01:00
MP3Types.h LibAudio: Add basic MP3 Decoder 2022-02-26 16:01:26 +01:00
Sample.h Everywhere: Use my new serenityos.org e-mail :^) 2022-01-14 11:54:09 +01:00
WavLoader.cpp Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
WavLoader.h LibAudio: Convert FlacLoader to use new Core::Stream APIs :^) 2022-01-22 01:13:42 +03:30
WavWriter.cpp Audio: Fix code smells and issues found by static analysis 2021-11-15 23:00:11 +00:00
WavWriter.h Audio: Fix code smells and issues found by static analysis 2021-11-15 23:00:11 +00:00