summaryrefslogtreecommitdiff
path: root/Userland/Services/AudioServer/AudioServer.ipc
AgeCommit message (Expand)Author
2022-05-03LibAudio+Userland: Remove Audio::LegacyBufferkleines Filmröllchen
2022-04-21LibAudio+Userland: Use new audio queue in client-server communicationkleines Filmröllchen
2021-12-24AudioServer: Add a 'self_muted' state to each client connectionElyse
2021-12-24Everywhere: Refactor 'muted' to 'main_mix_muted' in all AudioConnectionsElyse
2021-11-24Kernel: Allow higher audio sample rates than 65kHZ (`u16`)Jelle Raaijmakers
2021-09-12Audio: Add per-client volumekleines Filmröllchen
2021-09-12Audio: Change how volume workskleines Filmröllchen
2021-08-27AudioServer: Expose the ability to get and set the sample ratekleines Filmröllchen
2021-07-03Everywhere: Use IPC include syntaxTimothy
2021-05-23AudioServer: Remove unnecessary greet() messageAndreas Kling
2021-05-03Userland: Use snake case names in .ipc filesGunnar Beutner
2021-04-25IPCCompiler: Remove hardcoded endpoint magic, attempt deuxsin-ack
2021-04-25Revert "IPCCompiler: Use string hashes for IPC endpoint magic"Andreas Kling
2021-04-25IPCCompiler: Use string hashes for IPC endpoint magicsin-ack
2021-02-01LibIPC: Stop sending client ID to clientsAndreas Kling
2021-01-17AudioServer+LibAudio: Pass audio buffers as Core::AnonymousBufferAndreas Kling
2021-01-12Services: Move to Userland/Services/Andreas Kling