index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Servers
/
AudioServer
/
ASClientConnection.h
Age
Commit message (
Expand
)
Author
2019-12-02
LibIPC: Rename base classes to IClientConnection and IServerConnection
Andreas Kling
2019-12-02
LibIPC: Move IPC client/server connection templates to LibIPC
Andreas Kling
2019-11-23
AudioServer: Broadcast muted state changes to all clients
Andreas Kling
2019-11-23
LibIPC+AudioServer: Allow unsolicited server-to-client IPC messages
Andreas Kling
2019-11-22
AudioServer: Allow muting the system audio
Andreas Kling
2019-11-04
LibAudio: Added playback control features to audio server
Till Mayer
2019-10-19
AudioServer: Added ability to get count of samples in the buffer queue
Till Mayer
2019-09-22
LibCore: Make CObject reference-counted
Andreas Kling
2019-08-03
AudioServer: Port to the new generated IPC mechanism
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
AudioServer: Let ASMixer notify ASClientConnection about finished buffers.
Andreas Kling
2019-07-27
WindowServer+AudioServer: Add some missing C_OBJECT macros.
Andreas Kling
2019-07-27
LibCore: Port CoreIPCServer to using CLocalServer.
Andreas Kling
2019-07-17
Rename new IPC headers & classes
Robin Burchell
2019-07-17
Port WSClientConnection to CIPCServerSideClient
Robin Burchell
2019-07-17
Introduce CIPCServerSideClient
Robin Burchell
2019-07-17
Work on AudioServer
Robin Burchell