1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-18 19:31:00 +00:00
serenity/Userland/Services/AudioServer
Andreas Kling 81047d8f9c LibCore: Make LocalServer::take_over_from_system_server() return ErrorOr
This allows us to use TRY() or MUST() when calling it.
2021-12-06 19:22:16 +01:00
..
AudioClient.ipc Audio: Add per-client volume 2021-09-12 23:38:57 +02:00
AudioServer.ipc Kernel: Allow higher audio sample rates than 65kHZ (u16) 2021-11-24 19:08:13 +01:00
ClientConnection.cpp LibAudio: New error propagation API in Loader and Buffer 2021-11-28 13:33:51 -08:00
ClientConnection.h Kernel: Allow higher audio sample rates than 65kHZ (u16) 2021-11-24 19:08:13 +01:00
CMakeLists.txt AudioServer: Port to LibMain :^) 2021-11-30 23:34:40 +01:00
FadingProperty.h Audio: Change how volume works 2021-09-12 23:38:57 +02:00
main.cpp LibCore: Make LocalServer::take_over_from_system_server() return ErrorOr 2021-12-06 19:22:16 +01:00
Mixer.cpp Kernel: Allow higher audio sample rates than 65kHZ (u16) 2021-11-24 19:08:13 +01:00
Mixer.h Kernel: Allow higher audio sample rates than 65kHZ (u16) 2021-11-24 19:08:13 +01:00