1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-10 07:07:36 +00:00
serenity/Userland/Libraries/LibAudio
Lenny Maiorani 2200eb761d Libraries: Use default constructors/destructors in LibAudio
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules

"The compiler is more likely to get the default semantics right and
you cannot implement these functions better than the compiler."
2022-03-10 18:04:26 -08: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 Libraries: Use default constructors/destructors in LibAudio 2022-03-10 18:04:26 -08:00
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