mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
980acd0db7
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 |