ladybird/Services/AudioServer
Andreas Kling aba793fb3e LibIPC: Share most of the code between {Client,Server}Connection
This patch introduces IPC::Connection which becomes the new base class
of ClientConnection and ServerConnection. Most of the functionality
has been hoisted up to the base class since almost all of it is useful
on both sides.

This gives us the ability to send synchronous messages in both
directions, which is needed for the WebContent server process.
Unlike other servers, WebContent does not mind blocking on a response
from its client.
2020-09-12 14:49:29 +02: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 LibIPC: Share most of the code between {Client,Server}Connection 2020-09-12 14:49:29 +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: Give the AudioClient a way to keep track of the main mix volume 2020-07-21 19:02:25 +02:00
Mixer.h AudioServer: Give the AudioClient a way to keep track of the main mix volume 2020-07-21 19:02:25 +02:00