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
/
ASMixer.cpp
Age
Commit message (
Expand
)
Author
2019-12-25
AudioServer: Block the mixer thread when there's nothing to do
Andreas Kling
2019-12-22
AudioServer: Remove any pending mixer queues whose client disconnected
Andreas Kling
2019-12-08
AudioServer: Set the mixer thread name to "AudioServer[mixer]"
Andrew Kaster
2019-11-23
AudioServer: Broadcast muted state changes to all clients
Andreas Kling
2019-11-22
AudioServer: Allow muting the system audio
Andreas Kling
2019-10-19
AudioServer: Added ability to get count of samples in the buffer queue
Till Mayer
2019-09-21
LibCore: Convert CFile to ObjectPtr
Andreas Kling
2019-08-26
AudioServer: Port threading to LibThread
Sergey Bugaev
2019-08-18
AudioServer: Turn ASMixer into a CObject
Andreas Kling
2019-07-29
AudioServer: Add a "main mix volume" and a simple program to get/set it
Andreas Kling
2019-07-28
AudioServer+LibAudio: Make mixing queue-based instead of buffer-based.
Andreas Kling
2019-07-27
AudioServer: Let ASMixer notify ASClientConnection about finished buffers.
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-17
AudioServer: Use Vector::append(Vector&&) for pending mix buffers.
Andreas Kling
2019-07-17
ABuffer: clamp -> clip
Robin Burchell
2019-07-17
Work on AudioServer
Robin Burchell