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
/
Libraries
/
LibAudio
/
ClientConnection.cpp
Age
Commit message (
Expand
)
Author
2021-11-15
Audio: Fix code smells and issues found by static analysis
kleines Filmröllchen
2021-09-12
Audio: Add per-client volume
kleines Filmröllchen
2021-09-12
Audio: Change how volume works
kleines Filmröllchen
2021-07-05
LibAudio: Add ClientConnection::async_enqueue()
kleines Filmröllchen
2021-07-05
LibAudio: Improve latency on audio queue failures
kleines Filmröllchen
2021-06-21
SoundPlayer: Handle any input file sample rate
Nick Miller
2021-06-21
LibAudio: Sleep less when the audio buffer is full
Nick Miller
2021-05-23
LibIPC: Remove unnecessary IPC::ServerConnection::handshake()
Andreas Kling
2021-05-23
AudioServer: Remove unnecessary greet() message
Andreas Kling
2021-05-03
Userland: Make IPC results with one return value available directly
Gunnar Beutner
2021-05-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-05-03
Userland: Change IPC funcs to use plain arguments instead of a struct
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
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-16
Everywhere: Remove a bunch of <AK/SharedBuffer.h> includes
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling