serenity/Libraries/LibAudio
Till Mayer 072e6a6405 WavLoader: Search for DATA marker by reading single bytes
Previously 4 bytes at once were read and compared to the string
"DATA". This worked when the DATA marker was aligned on a 32-bit
boundary relative to the start of the file. However, this is not
guranteed to always be the case, and for some files the loader
would just keep searching for the marker.
2020-06-18 23:13:48 +02:00
..
Buffer.h Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller 2020-03-08 13:06:51 +01:00
ClientConnection.cpp Kernel+LibC: Rename shared buffer syscalls to use a prefix 2020-02-28 12:55:58 +01:00
ClientConnection.h IPCCompiler: Put message classes in the Messages namespace 2020-02-06 20:21:49 +01:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
WavLoader.cpp WavLoader: Search for DATA marker by reading single bytes 2020-06-18 23:13:48 +02:00
WavLoader.h WavLoader: Add missing AK/OwnPtr.h include 2020-02-27 10:21:13 +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