ladybird/Userland/Libraries/LibAudio
kleines Filmröllchen 8608cd11e4 LibAudio: Optimize sample moves in FlacLoader
As long as possible, entire decoded frame sample vectors are moved into
the output vector, leading to up to 20% speedups by avoiding memmoves on
take_first.
2021-11-28 13:33:51 -08:00
..
Buffer.cpp LibAudio: New error propagation API in Loader and Buffer 2021-11-28 13:33:51 -08:00
Buffer.h LibAudio: New error propagation API in Loader and Buffer 2021-11-28 13:33:51 -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: Optimize sample moves in FlacLoader 2021-11-28 13:33:51 -08:00
FlacLoader.h LibAudio: New error propagation API in Loader and Buffer 2021-11-28 13:33:51 -08:00
FlacTypes.h LibAudio: Implement a basic FLAC loader 2021-06-25 20:48:14 +04:30
Loader.cpp LibAudio: New error propagation API in Loader and Buffer 2021-11-28 13:33:51 -08:00
Loader.h LibAudio: New error propagation API in Loader and Buffer 2021-11-28 13:33:51 -08:00
LoaderError.h LibAudio: New error propagation API in Loader and Buffer 2021-11-28 13:33:51 -08:00
Sample.h Audio: Fix code smells and issues found by static analysis 2021-11-15 23:00:11 +00:00
WavLoader.cpp LibAudio: New error propagation API in Loader and Buffer 2021-11-28 13:33:51 -08:00
WavLoader.h LibAudio: New error propagation API in Loader and Buffer 2021-11-28 13:33:51 -08: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