1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 12:07:44 +00:00
serenity/Userland/Services/AudioServer
kleines Filmröllchen d1b0143ba5 AudioServer: Persist audio settings with a config file
AudioServer loads its settings, currently volume and mute state, from a
user config file "Audio.ini". Additionally, the current settings are
stored every ten seconds, if necessary. This allows for persistent audio
settings in between boots.
2021-08-17 01:21:17 +02:00
..
AudioClient.ipc Everywhere: Use IPC include syntax 2021-07-03 12:16:00 +02:00
AudioServer.ipc Everywhere: Use IPC include syntax 2021-07-03 12:16:00 +02:00
ClientConnection.cpp Services: Remove unused header includes 2021-08-01 08:10:16 +02:00
ClientConnection.h AudioServer: Remove unnecessary greet() message 2021-05-23 09:53:55 +02:00
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
main.cpp AudioServer: Persist audio settings with a config file 2021-08-17 01:21:17 +02:00
Mixer.cpp AudioServer: Persist audio settings with a config file 2021-08-17 01:21:17 +02:00
Mixer.h AudioServer: Persist audio settings with a config file 2021-08-17 01:21:17 +02:00