1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 12:15:06 +00:00
serenity/Userland/Libraries/LibAudio
Sam Atkins c0ca6e470f AK+Userland: Rename Array::front/back to first/last
This is the name that is used for every other collection type so let's
be consistent.
2022-04-06 14:31:52 +02:00
..
Buffer.cpp LibAudio: Split Buffer.{h, cpp} into three files 2022-02-26 17:57:55 +01:00
Buffer.h Everywhere: Run clang-format 2022-04-01 21:24:45 +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 FlacLoader: Use seektable for performing seek operations 2022-03-26 11:04:25 +01:00
FlacLoader.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FlacTypes.h FlacLoader: Parse SEEKTABLE header 2022-03-26 11:04:25 +01:00
Loader.cpp LibAudio: Add basic MP3 Decoder 2022-02-26 16:01:26 +01:00
Loader.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
LoaderError.h Libraries: Change enums to enum classes in LibAudio 2022-03-18 19:59:43 +01:00
MP3HuffmanTables.h Everywhere: Run clang-format 2022-04-01 21:24:45 +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 AK+Userland: Rename Array::front/back to first/last 2022-04-06 14:31:52 +02: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: Make sure we initialize ResampleHelper member variables 2022-03-27 16:43:05 -07:00
Sample.h AK+Everywhere: Add sincos and use it in some places 2022-03-15 11:39:42 +01:00
SampleFormats.cpp Libraries: Change enums to enum classes in LibAudio 2022-03-18 19:59:43 +01:00
SampleFormats.h Libraries: Change enums to enum classes in LibAudio 2022-03-18 19:59:43 +01:00
WavLoader.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
WavLoader.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
WavWriter.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
WavWriter.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00