1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:48:11 +00:00
serenity/Userland/Libraries/LibAudio
kleines Filmröllchen d50b1465c3 LibAudio: Add explanatory comments to the FlacLoader
Some nuances in the FLAC loading code can do well with an explanation,
as these non-obvious insights are often the result of long and painful
debugging and nobody should touch the affected code without careful
deliberation.

(Of course, secretly I just want people to maintain my loader code.)
:^)
2021-11-15 23:00:11 +00:00
..
Buffer.cpp LibAudio: Improve local variable names 2021-11-08 16:29:25 -08:00
Buffer.h LibAudio: Rename Audio::Frame -> Audio::Sample 2021-11-08 16:29:25 -08:00
ClientConnection.cpp Audio: Fix code smells and issues found by static analysis 2021-11-15 23:00:11 +00:00
ClientConnection.h Libraries: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
CMakeLists.txt LibAudio: Implement a basic FLAC loader 2021-06-25 20:48:14 +04:30
FlacLoader.cpp LibAudio: Add explanatory comments to the FlacLoader 2021-11-15 23:00:11 +00:00
FlacLoader.h Audio: Fix code smells and issues found by static analysis 2021-11-15 23:00:11 +00:00
FlacTypes.h LibAudio: Implement a basic FLAC loader 2021-06-25 20:48:14 +04:30
Loader.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Loader.h Audio: Fix code smells and issues found by static analysis 2021-11-15 23:00:11 +00:00
Sample.h Audio: Fix code smells and issues found by static analysis 2021-11-15 23:00:11 +00:00
WavLoader.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
WavLoader.h Audio: Fix code smells and issues found by static analysis 2021-11-15 23:00:11 +00:00
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