1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:38:13 +00:00
serenity/Kernel/Devices/Audio
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
..
AC97.cpp Kernel: Allow higher audio sample rates than 65kHZ (u16) 2021-11-24 19:08:13 +01:00
AC97.h Kernel: Allow higher audio sample rates than 65kHZ (u16) 2021-11-24 19:08:13 +01:00
SB16.cpp Kernel: Allow higher audio sample rates than 65kHZ (u16) 2021-11-24 19:08:13 +01:00
SB16.h Kernel: Move SB16 to Audio subdirectory 2021-11-23 10:06:24 +01:00