This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-03-10 15:39:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b00a347ac5a5f88057d787ef3feb8c109efac4d9
ladybird
/
Libraries
/
LibAudio
History
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
…
ClientConnection.h
…
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
…