Age | Commit message (Expand) | Author |
---|---|---|
2019-08-03 | AudioServer: Port to the new generated IPC mechanism | Andreas Kling |
2019-08-02 | LibAudio: Explicitly ignore IPC postprocessing requests | Andreas Kling |
2019-07-29 | AudioServer: Add a "main mix volume" and a simple program to get/set it | Andreas Kling |
2019-07-28 | AudioServer+LibAudio: Make mixing queue-based instead of buffer-based. | Andreas Kling |
2019-07-28 | AudioServer: Add a buffer queue so we can buffer some sound. | Andreas Kling |
2019-07-27 | Audio: Make basic streaming WAV playback work. | Andreas Kling |
2019-07-27 | LibAudio: Run clang-format on all of it to make editing easier. | Andreas Kling |
2019-07-17 | Rename new IPC headers & classes | Robin Burchell |
2019-07-17 | Port LibGUI to use CIPCClientSideConnection | Robin Burchell |
2019-07-17 | Make AClientConnection generic | Robin Burchell |
2019-07-17 | Work on AudioServer | Robin Burchell |
2019-07-13 | AudioServer: Assorted infrastructure work | Robin Burchell |