ladybird/Userland/Libraries/LibDSP
Andreas Kling 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
This isn't a complete conversion to ErrorOr<void>, but a good chunk.
The end goal here is to propagate buffer allocation failures to the
caller, and allow the use of TRY() with formatting functions.
2021-11-17 00:21:13 +01:00
..
Clip.cpp Libraries: Add LibDSP 2021-08-31 17:03:55 +04:30
Clip.h Libraries: Add LibDSP 2021-08-31 17:03:55 +04:30
CMakeLists.txt Libraries: Add LibDSP 2021-08-31 17:03:55 +04:30
Effects.cpp LibDSP: Remove unused Effects::Delay::m_old_delay_size member 2021-09-28 10:58:09 +02:00
Effects.h LibDSP: Remove unused Effects::Delay::m_old_delay_size member 2021-09-28 10:58:09 +02:00
Music.h Audio: Fix code smells and issues found by static analysis 2021-11-15 23:00:11 +00:00
Processor.h Libraries: Add LibDSP 2021-08-31 17:03:55 +04:30
ProcessorParameter.h AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00
Track.cpp LibDSP: Optimize note processing 2021-11-11 09:19:17 +01:00
Track.h Audio: Fix code smells and issues found by static analysis 2021-11-15 23:00:11 +00:00
Transport.h LibDSP: Move to constexpr wherever possible 2021-11-11 09:19:17 +01:00