ladybird/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
ClientConnection.cpp
ClientConnection.h
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
WavWriter.cpp
WavWriter.h