diff --git a/code/framework/src/gui/cef/app.cpp b/code/framework/src/gui/cef/app.cpp index b2715f913..d614a0d5a 100644 --- a/code/framework/src/gui/cef/app.cpp +++ b/code/framework/src/gui/cef/app.cpp @@ -47,6 +47,10 @@ namespace Framework::GUI::CEF { commandLine->AppendSwitch("disable-spell-checking"); commandLine->AppendSwitch("disable-component-update"); commandLine->AppendSwitchWithValue("disable-features", "WebUSB,WebHID"); + // Allow UI audio without a user gesture: CEF views are host-driven overlays (notifications, + // HUD, menus) that never receive a real "user activation", so the default autoplay policy + // would silently block all sound (Web Audio /