index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Services
/
AudioServer
/
AudioServer.ipc
Age
Commit message (
Expand
)
Author
2022-05-03
LibAudio+Userland: Remove Audio::LegacyBuffer
kleines Filmröllchen
2022-04-21
LibAudio+Userland: Use new audio queue in client-server communication
kleines Filmröllchen
2021-12-24
AudioServer: Add a 'self_muted' state to each client connection
Elyse
2021-12-24
Everywhere: Refactor 'muted' to 'main_mix_muted' in all AudioConnections
Elyse
2021-11-24
Kernel: Allow higher audio sample rates than 65kHZ (`u16`)
Jelle Raaijmakers
2021-09-12
Audio: Add per-client volume
kleines Filmröllchen
2021-09-12
Audio: Change how volume works
kleines Filmröllchen
2021-08-27
AudioServer: Expose the ability to get and set the sample rate
kleines Filmröllchen
2021-07-03
Everywhere: Use IPC include syntax
Timothy
2021-05-23
AudioServer: Remove unnecessary greet() message
Andreas Kling
2021-05-03
Userland: Use snake case names in .ipc files
Gunnar Beutner
2021-04-25
IPCCompiler: Remove hardcoded endpoint magic, attempt deux
sin-ack
2021-04-25
Revert "IPCCompiler: Use string hashes for IPC endpoint magic"
Andreas Kling
2021-04-25
IPCCompiler: Use string hashes for IPC endpoint magic
sin-ack
2021-02-01
LibIPC: Stop sending client ID to clients
Andreas Kling
2021-01-17
AudioServer+LibAudio: Pass audio buffers as Core::AnonymousBuffer
Andreas Kling
2021-01-12
Services: Move to Userland/Services/
Andreas Kling