1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:28:12 +00:00
serenity/Libraries/LibAudio
William McPherson d55d2b2794 LibAudio/aplay: Handle WAV header errors properly
We shouldn't just ASSERT() if the header parse fails. This was crashing
Piano completely.
2020-02-10 14:04:27 +01:00
..
Buffer.h LibAudio: Remove leading A from filenames 2020-02-06 15:18:03 +01:00
ClientConnection.cpp IPCCompiler: Put message classes in the Messages namespace 2020-02-06 20:21:49 +01:00
ClientConnection.h IPCCompiler: Put message classes in the Messages namespace 2020-02-06 20:21:49 +01:00
Makefile LibAudio: Implement Audio::WavWriter 2020-02-06 19:13:53 +01:00
WavLoader.cpp LibAudio/aplay: Handle WAV header errors properly 2020-02-10 14:04:27 +01:00
WavLoader.h LibAudio: Remove leading A from filenames 2020-02-06 15:18:03 +01:00
WavWriter.cpp LibAudio: Implement Audio::WavWriter 2020-02-06 19:13:53 +01:00
WavWriter.h LibAudio: Implement Audio::WavWriter 2020-02-06 19:13:53 +01:00