Web‐specific information - alessandrofama/wwise-godot-integration GitHub Wiki
-
Add the Web platform in the Platform Manager within Wwise Authoring. (Shift+Alt+P)
-
Enable the Extension Support option in the Web Export settings. This is required for the integration to function correctly.
-
You can export the project with either Thread Support enabled or disabled. In both cases, Wwise runs in single-threaded mode and uses the
Emscripten_stvariant of the Wwise libraries. -
For the Wwise runtime to work properly, it must be embedded in a web page running in a secure context, which is required to enable
SharedArrayBuffersupport. The HTTP server must set the following response headers for the top-level document that hosts the Wwise application:
Cross-Origin-Opener-Policy: same-origin
Cross-Origin-Embedder-Policy: require-corp
- The Web integration includes the following plugins by default: AkConvolutionReverb, Reflect, SoundSeed Air, SoundSeed Grain, Mastering Suite, and Impacter.