serenity/Servers/AudioServer
Andreas Kling aa8a3d4a89 IPCCompiler: Start working on a simple IPC definition language
Instead of doing everything manually in C++, let's do some codegen.
This patch adds a crude but effective IPC definition parser, along
with two initial definition files for the AudioServer's client and
server endpoints.
2019-08-03 15:17:41 +02:00
..
ASClientConnection.cpp AudioServer: Begin work on a new IPC API style. 2019-07-29 22:39:20 +02:00
ASClientConnection.h AudioServer+LibAudio: Make mixing queue-based instead of buffer-based. 2019-07-28 21:34:47 +02:00
ASEventLoop.cpp LibCore: Port CoreIPCServer to using CLocalServer. 2019-07-27 10:53:50 +02:00
ASEventLoop.h LibCore: Port CoreIPCServer to using CLocalServer. 2019-07-27 10:53:50 +02:00
ASMixer.cpp AudioServer: Add a "main mix volume" and a simple program to get/set it 2019-07-29 19:06:58 +02:00
ASMixer.h AudioServer: Add a "main mix volume" and a simple program to get/set it 2019-07-29 19:06:58 +02:00
AudioClient.ipc IPCCompiler: Start working on a simple IPC definition language 2019-08-03 15:17:41 +02:00
AudioServer.ipc IPCCompiler: Start working on a simple IPC definition language 2019-08-03 15:17:41 +02:00
main.cpp Work on AudioServer 2019-07-17 09:39:31 +02:00
Makefile Work on AudioServer 2019-07-17 09:39:31 +02:00