1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:28:11 +00:00
serenity/Libraries/LibAudio
Andreas Kling cf3b58fbe8 Services: Renamed from Servers
It didn't feel right to have a "DHCPClient" in a "Servers" directory.
Rename this to Services to better reflect the type of programs we'll
be putting in there.
2020-05-08 21:57:44 +02:00
..
Buffer.h Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller 2020-03-08 13:06:51 +01:00
ClientConnection.cpp Kernel+LibC: Rename shared buffer syscalls to use a prefix 2020-02-28 12:55:58 +01:00
ClientConnection.h IPCCompiler: Put message classes in the Messages namespace 2020-02-06 20:21:49 +01:00
Makefile Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
WavLoader.cpp LibAudio: Use NumericLimits<T> 2020-04-15 16:58:46 +02:00
WavLoader.h WavLoader: Add missing AK/OwnPtr.h include 2020-02-27 10:21:13 +01:00
WavWriter.cpp LibAudio: Implement Audio::WavWriter 2020-02-06 19:13:53 +01:00
WavWriter.h LibAudio: Implement Audio::WavWriter 2020-02-06 19:13:53 +01:00