ladybird/Libraries/LibAudio
Andreas Kling 8e684f0959 AudioServer: Port to the new generated IPC mechanism
Fork the IPC Connection classes into Server:: and Client::ConnectionNG.
The new IPC messages are serialized very snugly instead of using the
same generic data structure for all messages.

Remove ASAPI.h since we now generate all of it from AudioServer.ipc :^)
2019-08-03 19:49:19 +02:00
..
ABuffer.h AudioServer: Add a "main mix volume" and a simple program to get/set it 2019-07-29 19:06:58 +02:00
AClientConnection.cpp AudioServer: Port to the new generated IPC mechanism 2019-08-03 19:49:19 +02:00
AClientConnection.h AudioServer: Port to the new generated IPC mechanism 2019-08-03 19:49:19 +02:00
AWavLoader.cpp LibCore: Rename CFileStreamReader => CIODeviceStreamReader. 2019-07-30 15:16:39 +02:00
AWavLoader.h LibAudio+aplay: Make the aplay output look a little funner. 2019-07-28 21:52:30 +02:00
Makefile Libraries: Remove unused "install" targets. 2019-07-21 21:28:48 +02:00