serenity/Userland/Services/AudioServer
kleines Filmröllchen 9f0ab281ce AudioServer: Handle missing audio device gracefully
On several platforms, we don't yet have audio
support, so audio devices are missing. Instead of
having AudioServer crash repeatedly, and not
having the ability to open any app that relies on
it, we should instead handle missing devices
gracefully. This implementation is minimal, audio
device hotplugging support and such should be
implemented together with multi-device support.
AudioServer will start up and seem to function
normally without an audio device, but it will
pretend the device has a sample rate of 44.1 kHz
and all audio input is discarded.
2024-07-01 12:47:52 +02:00
..
AudioClient.ipc
AudioManagerClient.ipc
AudioManagerServer.ipc
AudioServer.ipc
ClientAudioStream.cpp
ClientAudioStream.h
CMakeLists.txt
ConnectionFromClient.cpp
ConnectionFromClient.h
ConnectionFromManagerClient.cpp
ConnectionFromManagerClient.h
FadingProperty.h
main.cpp
Mixer.cpp
Mixer.h