ladybird/Libraries/LibAudio
Andrew Kaster 06865c78c7 LibAudio: Make it so that an unused WavWriter is destructible
WavWriter::finalize didn't check that m_file was actually valid before
trying to seek and close it. The file is only set by set_file, so it's
not an invariant. Just add a null guard to finalize().
2020-12-31 21:59:20 +01:00
..
Buffer.cpp LibAudio: Allow loading sounds from memory 2020-12-02 16:31:30 +01:00
Buffer.h LibAudio: Move Audio::Buffer implementation into its own file 2020-12-02 16:31:30 +01:00
ClientConnection.cpp AudioServer: Give the AudioClient a way to keep track of the main mix volume 2020-07-21 19:02:25 +02:00
ClientConnection.h AudioServer: Give the AudioClient a way to keep track of the main mix volume 2020-07-21 19:02:25 +02:00
CMakeLists.txt LibAudio: Move Audio::Buffer implementation into its own file 2020-12-02 16:31:30 +01:00
Loader.cpp LibAudio: Allow loading sounds from memory 2020-12-02 16:31:30 +01:00
Loader.h LibAudio: Allow loading sounds from memory 2020-12-02 16:31:30 +01:00
WavLoader.cpp LibAudio: Fix parsing of WAV files from memory 2020-12-03 21:52:10 +01:00
WavLoader.h LibAudio: Allow loading sounds from memory 2020-12-02 16:31:30 +01:00
WavWriter.cpp LibAudio: Make it so that an unused WavWriter is destructible 2020-12-31 21:59:20 +01:00
WavWriter.h Everywhere: Tweak "2020-2020" => "2020" in copyright headers 2020-12-25 12:24:05 +01:00