1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 23:17:45 +00:00

LibAudio: Move Audio::Buffer implementation into its own file

This commit is contained in:
Julian Offenhäuser 2020-12-02 15:40:32 +01:00 committed by Andreas Kling
parent bad8cd3d8f
commit dff5983706
3 changed files with 138 additions and 1 deletions

View file

@ -1,4 +1,5 @@
set(SOURCES
Buffer.cpp
ClientConnection.cpp
Loader.cpp
WavLoader.cpp