serenity/Servers/SystemServer
Robin Burchell 6c4024c04a Kernel: First cut of a sb16 driver
Also add an AudioServer that (right now) doesn't do much.
It tries to open, parse, and play a wav file. In the future, it can do more.

My general thinking here here is that /dev/audio will be "owned" by AudioServer,
and we'll do mixing in software before passing buffers off to the kernel
to play, but we have to start somewhere.
2019-07-13 08:00:24 +02:00
..
install.sh Misc: Add a simple init process 2019-05-30 02:57:15 +02:00
main.cpp Kernel: First cut of a sb16 driver 2019-07-13 08:00:24 +02:00
Makefile Misc: Add a simple init process 2019-05-30 02:57:15 +02:00