Custom addons - alessandrofama/wwise-godot-integration GitHub Wiki
Wwise IDs converter
Allows converting the generated Wwise_IDs.h when exporting soundbanks from Wwise authoring to a GDScript that can be read by Godot.
To launch the converter, select Project -> Tools -> Convert Wwise IDs. It will ask for a compliant file first, then the addon will print GDScript WWiseIDs generated at XXX
in the output console if the conversion succeeded.
Wwise build export
When making a build of the app or the game, the soundbanks can be exported as loose files alongside the application executable (or .app on macOS) by using this addon.
Waapi picker
This addon allows inspecting the Wwise project that is currently open in the Wwise authoring application. It also allows searching the items in the project, refresh the project and export soundbanks remotely from the Godot editor.
Additionally, it allows dragging and dropping events to the Godot viewport!