1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-31 15:52:43 +00:00
serenity/Userland/Services/AudioServer
Jelle Raaijmakers f97c9a5968 Kernel: Allow higher audio sample rates than 65kHZ (u16)
Executing `asctl set r 96000` no longer results in weird sample rates
being set on the audio devices. SB16 checks for a sample rate between 1
and 44100 Hz, while AC97 implements double-rate support which allows
sample rates between 8kHz and 96kHZ.
2021-11-24 19:08:13 +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 Kernel: Allow higher audio sample rates than 65kHZ (u16) 2021-11-24 19:08:13 +01:00
ClientConnection.h Kernel: Allow higher audio sample rates than 65kHZ (u16) 2021-11-24 19:08:13 +01:00
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
FadingProperty.h Audio: Change how volume works 2021-09-12 23:38:57 +02:00
main.cpp AudioServer: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +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