1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 19:37:34 +00:00
serenity/Libraries/LibAudio
Julian Offenhäuser d0812e9019 LibAudio: Fix parsing of WAV files from memory
The WavLoaderPlugin now loads the file header correctly when reading
from a ByteBuffer.
2020-12-03 21:52:10 +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: Use new format functions. 2020-10-17 23:20:31 +02:00
WavWriter.h LibAudio: Implement Audio::WavWriter 2020-02-06 19:13:53 +01:00