1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 03:57:40 +00:00
serenity/Servers/AudioServer
Till Mayer 406aabff23 AudioServer: Added ability to get count of samples in the buffer queue
Now the AClientConnection can get the count of samples still in the
buffer queue.
2019-10-19 20:05:13 +02:00
..
ASClientConnection.cpp AudioServer: Added ability to get count of samples in the buffer queue 2019-10-19 20:05:13 +02:00
ASClientConnection.h AudioServer: Added ability to get count of samples in the buffer queue 2019-10-19 20:05:13 +02:00
ASEventLoop.cpp LibCore: Convert CLocalServer to ObjectPtr 2019-09-21 15:25:08 +02:00
ASEventLoop.h LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
ASMixer.cpp AudioServer: Added ability to get count of samples in the buffer queue 2019-10-19 20:05:13 +02:00
ASMixer.h AudioServer: Added ability to get count of samples in the buffer queue 2019-10-19 20:05:13 +02:00
AudioClient.ipc IPCCompiler: Start working on a simple IPC definition language 2019-08-03 15:17:41 +02:00
AudioServer.ipc AudioServer: Added ability to get count of samples in the buffer queue 2019-10-19 20:05:13 +02:00
main.cpp Work on AudioServer 2019-07-17 09:39:31 +02:00
Makefile AudioServer: Port threading to LibThread 2019-08-26 11:31:14 +02:00