1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 22:28:11 +00:00
serenity/Libraries/LibAudio
Robin Burchell d19136ce07 AWavLoader: Share code between 24/16/8 bit reading
The only part of this that actually differs between all of them is the
stream -> sample reading, so turn that into a function that the channel
reader can call as it wants.
2019-07-18 13:45:10 +02:00
..
ABuffer.h ABuffer: clamp -> clip 2019-07-17 09:47:52 +02:00
AClientConnection.cpp SharedBuffer: Split the creation and share steps 2019-07-18 10:06:20 +02:00
AClientConnection.h Rename new IPC headers & classes 2019-07-17 20:16:44 +02:00
ASAPI.h Work on AudioServer 2019-07-17 09:39:31 +02:00
AWavLoader.cpp AWavLoader: Share code between 24/16/8 bit reading 2019-07-18 13:45:10 +02:00
AWavLoader.h Work on AudioServer 2019-07-17 09:39:31 +02:00
Makefile Work on AudioServer 2019-07-17 09:39:31 +02:00