ladybird/Libraries/LibAudio
Andreas Kling 630d5b3ffd LibIPC+AudioServer: Allow unsolicited server-to-client IPC messages
Client-side connection objects must now provide both client and server
endpoint types. When a message is received from the server side, we try
to decode it using both endpoint types and then send it to the right
place for handling.

This now makes it possible for AudioServer to send unsolicited messages
to its clients. This opens up a ton of possibilities :^)
2019-11-23 16:50:21 +01:00
..
ABuffer.h LibAudio: Fixed stuttery playback of audio 2019-10-16 16:25:38 +02:00
AClientConnection.cpp LibIPC+AudioServer: Allow unsolicited server-to-client IPC messages 2019-11-23 16:50:21 +01:00
AClientConnection.h LibIPC+AudioServer: Allow unsolicited server-to-client IPC messages 2019-11-23 16:50:21 +01:00
AWavLoader.cpp AWavLoader: Fixed incorrect computation of m_loaded_samples 2019-11-05 19:50:11 +01:00
AWavLoader.h SoundPlayer: Changed some small cosmetic things 2019-11-05 19:50:11 +01:00
Makefile Libraries: Remove unused "install" targets. 2019-07-21 21:28:48 +02:00