ladybird/Servers/AudioServer
Andreas Kling 7cabe6433e AudioServer: Add a buffer queue so we can buffer some sound.
The idea here is to keep a small number of sample buffers queued in the
AudioServer so we don't get caught without something to play.
2019-07-28 18:27:32 +02:00
..
ASClientConnection.cpp AudioServer: Add a buffer queue so we can buffer some sound. 2019-07-28 18:27:32 +02:00
ASClientConnection.h AudioServer: Add a buffer queue so we can buffer some sound. 2019-07-28 18:27:32 +02:00
ASEventLoop.cpp LibCore: Port CoreIPCServer to using CLocalServer. 2019-07-27 10:53:50 +02:00
ASEventLoop.h LibCore: Port CoreIPCServer to using CLocalServer. 2019-07-27 10:53:50 +02:00
ASMixer.cpp AudioServer: Let ASMixer notify ASClientConnection about finished buffers. 2019-07-27 21:17:14 +02:00
ASMixer.h Audio: Make ABuffer sit on top of a SharedBuffer. 2019-07-27 18:17:17 +02:00
main.cpp Work on AudioServer 2019-07-17 09:39:31 +02:00
Makefile Work on AudioServer 2019-07-17 09:39:31 +02:00