1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 20:57:44 +00:00

AudioServer: Move ClientAudioStream to own files

This class will only grow, and it should really have its own files.
This commit is contained in:
kleines Filmröllchen 2023-07-10 23:41:08 +02:00 committed by Andrew Kaster
parent 3406d500a4
commit aacb4fc590
6 changed files with 181 additions and 95 deletions

View file

@ -10,6 +10,7 @@ compile_ipc(AudioManagerClient.ipc AudioManagerClientEndpoint.h)
compile_ipc(AudioManagerServer.ipc AudioManagerServerEndpoint.h)
set(SOURCES
ClientAudioStream.cpp
ConnectionFromClient.cpp
ConnectionFromManagerClient.cpp
Mixer.cpp