godot/platform/web/js
Fabio Alessandrelli 9d329f54c0 [Web] Restore ScriptProcessorNode audio driver fallback
Godot has a ScriptProcessorNode audio driver implementation for the
(deprecated) Web API.

As reported by some users, this fallback was not properly re-added
during the Godot 4 transition, and was left as "dead code".

While the API is deprecated, it is still supported by most browsers, and
some WebView may not implement AudioWorklet correctly (the new
recommended API).

This commit re-adds the ScriptProcessorNode implementation as a fallback
if the AudioWorklet driver fails to initialized (and can be forced if
desired via project settings as usual).
2024-12-10 18:22:03 +01:00
..
engine Merge pull request #98069 from thedinosoar/fix/service-worker-sandbox-error-98068 2024-11-25 13:22:29 -06:00
jsdoc2rst
libs [Web] Restore ScriptProcessorNode audio driver fallback 2024-12-10 18:22:03 +01:00