ladybird/Services/AudioServer
Julian Offenhäuser 980acd0db7 AudioServer: Fix issue when adding a BufferQueue to Mixer
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.
2020-12-05 10:10:27 +01:00
..
AudioClient.ipc AudioServer: Give the AudioClient a way to keep track of the main mix volume 2020-07-21 19:02:25 +02:00
AudioServer.ipc Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
ClientConnection.cpp Services: Remove unused includes of {LibCore,WindowServer}/EventLoop.h 2020-10-05 23:48:33 +02:00
ClientConnection.h LibIPC: Share most of the code between {Client,Server}Connection 2020-09-12 14:49:29 +02:00
CMakeLists.txt AudioServer: removed AS prefix from class and file names 2020-06-12 20:42:22 +02:00
main.cpp AudioServer: Lock the process veil after startup 2020-08-07 09:10:14 +02:00
Mixer.cpp AudioServer: Fix issue when adding a BufferQueue to Mixer 2020-12-05 10:10:27 +01:00
Mixer.h AudioServer: Fix issue when adding a BufferQueue to Mixer 2020-12-05 10:10:27 +01:00