mirror of
https://github.com/RGBCube/serenity
synced 2025-10-17 08:42:26 +00:00
![]() Previously, the Mixer class would only check for an added BufferQueue if the list of active queues was empty. If more than one client connected to AudioServer, its queue would never be added to the list of active queues. This fix adds a flag that, when set, will cause the sound thread to wait for a new BufferQueue. |
||
---|---|---|
.. | ||
AudioClient.ipc | ||
AudioServer.ipc | ||
ClientConnection.cpp | ||
ClientConnection.h | ||
CMakeLists.txt | ||
main.cpp | ||
Mixer.cpp | ||
Mixer.h |