1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 06:08:12 +00:00
serenity/Userland/Services/AudioServer
kleines Filmröllchen 9880a5c481 AudioServer: Expose the ability to get and set the sample rate
Two new IPC calls allow audio clients to get and set the sample rate.
The AudioServer calls into the new ioctl of the sound card.
2021-08-27 23:35:27 +04:30
..
AudioClient.ipc Everywhere: Use IPC include syntax 2021-07-03 12:16:00 +02:00
AudioServer.ipc AudioServer: Expose the ability to get and set the sample rate 2021-08-27 23:35:27 +04:30
ClientConnection.cpp AudioServer: Expose the ability to get and set the sample rate 2021-08-27 23:35:27 +04:30
ClientConnection.h AudioServer: Expose the ability to get and set the sample rate 2021-08-27 23:35:27 +04:30
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
main.cpp Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open 2021-08-22 01:32:25 +02:00
Mixer.cpp AudioServer: Expose the ability to get and set the sample rate 2021-08-27 23:35:27 +04:30
Mixer.h AudioServer: Expose the ability to get and set the sample rate 2021-08-27 23:35:27 +04:30