summaryrefslogtreecommitdiff
path: root/Libraries/LibAudio/AClientConnection.h
AgeCommit message (Expand)Author
2019-08-03AudioServer: Port to the new generated IPC mechanismAndreas Kling
2019-08-02LibAudio: Explicitly ignore IPC postprocessing requestsAndreas Kling
2019-07-29AudioServer: Add a "main mix volume" and a simple program to get/set itAndreas Kling
2019-07-28AudioServer+LibAudio: Make mixing queue-based instead of buffer-based.Andreas Kling
2019-07-28AudioServer: Add a buffer queue so we can buffer some sound.Andreas Kling
2019-07-27Audio: Make basic streaming WAV playback work.Andreas Kling
2019-07-27LibAudio: Run clang-format on all of it to make editing easier.Andreas Kling
2019-07-17Rename new IPC headers & classesRobin Burchell
2019-07-17Port LibGUI to use CIPCClientSideConnectionRobin Burchell
2019-07-17Make AClientConnection genericRobin Burchell
2019-07-17Work on AudioServerRobin Burchell
2019-07-13AudioServer: Assorted infrastructure workRobin Burchell