ladybird/Userland/Libraries/LibWeb/Platform
Zaggy1024 d64ffb1b9b LibWeb: Output audio in stereo regardless of the encoded channel count
Audio loaders currently always output two channels, even if they were
encoded as mono. Therefore, we have to hardcode the channel count in
our audio plugin to avoid crashing until we can handle mono or multi-
channel audio better.

Fixes #21898
2023-11-12 07:57:03 +01:00
..
AudioCodecPlugin.cpp
AudioCodecPlugin.h
AudioCodecPluginAgnostic.cpp LibWeb: Output audio in stereo regardless of the encoded channel count 2023-11-12 07:57:03 +01:00
AudioCodecPluginAgnostic.h
EventLoopPlugin.cpp
EventLoopPlugin.h
EventLoopPluginSerenity.cpp
EventLoopPluginSerenity.h
FontPlugin.cpp
FontPlugin.h LibWeb: Make FontPlugin::generic_font_name() return FlyString 2023-09-06 11:29:03 -04:00
FontPluginSerenity.cpp LibWeb: Make FontPlugin::generic_font_name() return FlyString 2023-09-06 11:29:03 -04:00
FontPluginSerenity.h LibWeb: Make FontPlugin::generic_font_name() return FlyString 2023-09-06 11:29:03 -04:00
ImageCodecPlugin.cpp
ImageCodecPlugin.h
Timer.cpp
Timer.h
TimerSerenity.cpp
TimerSerenity.h