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
Age
Commit message (
Expand
)
Author
2019-07-27
WindowServer+AudioServer: Add some missing C_OBJECT macros.
Andreas Kling
2019-07-27
AudioServer: Remove some outdated comments.
Andreas Kling
2019-07-27
Audio: Make ABuffer sit on top of a SharedBuffer.
Andreas Kling
2019-07-27
AudioServer: Avoid two heap allocations per mixing iteration.
Andreas Kling
2019-07-27
Audio: Make basic streaming WAV playback work.
Andreas Kling
2019-07-27
LibCore: Port CoreIPCServer to using CLocalServer.
Andreas Kling
2019-07-17
AudioServer: Use Vector::append(Vector&&) for pending mix buffers.
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
ABuffer: clamp -> clip
Robin Burchell
2019-07-17
ABuffer: move it and groove it
Robin Burchell
2019-07-17
Work on AudioServer
Robin Burchell
2019-07-13
AudioServer: Assorted infrastructure work
Robin Burchell
2019-07-13
Kernel: First cut of a sb16 driver
Robin Burchell