1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-04 04:17:37 +00:00
serenity/Userland/Libraries/LibAudio
kleines Filmröllchen 50dc9a7be7 LibAudio: Add an array conversion transitional API to Buffer
Of course, Buffer is going to be removed very soon, but much of the
WavLoader behavior still depends on it. Therefore, this intermediary
API will allow adopting the Loader infrastructure without digging too
deep into the WavLoader legacy code. That's for later :^)
2022-02-26 17:57:55 +01:00
..
Buffer.cpp LibAudio: Split Buffer.{h, cpp} into three files 2022-02-26 17:57:55 +01:00
Buffer.h LibAudio: Add an array conversion transitional API to Buffer 2022-02-26 17:57:55 +01:00
CMakeLists.txt LibAudio: Split Buffer.{h, cpp} into three files 2022-02-26 17:57:55 +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
Resampler.cpp LibAudio: Split Buffer.{h, cpp} into three files 2022-02-26 17:57:55 +01:00
Resampler.h LibAudio: Allow resampling from any array-like type 2022-02-26 17:57:55 +01:00
Sample.h Everywhere: Use my new serenityos.org e-mail :^) 2022-01-14 11:54:09 +01:00
SampleFormats.cpp LibAudio: Split Buffer.{h, cpp} into three files 2022-02-26 17:57:55 +01:00
SampleFormats.h LibAudio: Split Buffer.{h, cpp} into three files 2022-02-26 17:57:55 +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