ladybird/Kernel/Devices/Audio
Jelle Raaijmakers 4a86861a9d Kernel: Set audio sample rate to 44.1 KHz by default
Ideally, we would want the audio controller to run a channel at a
device's initial sample rate instead of hardcoding 44.1 KHz. However,
most audio is provided at 44.1 KHz and as long as `Audio::Resampler`
introduces significant audio artifacts, let's set a sensible sample
rate that offers a better experience for most users.

This can be removed after someone implements a higher quality
`Audio::Resampler`.
2023-06-21 12:26:32 +02:00
..
AC97 Kernel: Set audio sample rate to 44.1 KHz by default 2023-06-21 12:26:32 +02:00
IntelHDA Everywhere: Move global Kernel pattern code to Kernel/Library directory 2023-06-04 21:32:34 +02:00
Channel.cpp Kernel: Set audio sample rate to 44.1 KHz by default 2023-06-21 12:26:32 +02:00
Channel.h Kernel: Move {Virtual,Physical}Address classes to the Memory directory 2023-06-04 21:32:34 +02:00
Controller.h Kernel: Move {Virtual,Physical}Address classes to the Memory directory 2023-06-04 21:32:34 +02:00
Management.cpp Kernel: Move AC'97 to its own subdirectory 2023-06-21 12:26:32 +02:00
Management.h Kernel/Audio: Propagate errors when creating AudioChannels 2023-04-14 19:23:12 +02:00