ladybird/Userland/Libraries/LibAudio
Luke 152af3a297 LibAudio: Move format and BPS checks before VERIFYs in WAV loader
It was accidentally checking the format/bits per sample too late,
which would crash with the assertion.
2021-03-01 11:09:09 +01:00
..
Buffer.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Buffer.h AudioServer+LibAudio: Pass audio buffers as Core::AnonymousBuffer 2021-01-17 09:07:32 +01:00
ClientConnection.cpp LibIPC: Stop sending client ID to clients 2021-02-01 11:32:00 +01:00
ClientConnection.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Loader.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Loader.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
WavLoader.cpp LibAudio: Move format and BPS checks before VERIFYs in WAV loader 2021-03-01 11:09:09 +01:00
WavLoader.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
WavWriter.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
WavWriter.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00