CH·77 Authoring automation
verified 2026-07-05

Wwise Plugin Solution Generator dormant

karltechno (fork of daniel-murray) vunknown added 2026-07-05 verified 2026-07-05

[Use when]

You need to scaffold a complete Wwise 2017 audio plugin project with Visual Studio solutions for Windows, Xbox One, and PS4 without manually writing all the boilerplate.

Engines
Ww Wwise
License

MIT

Pricing

Free

Last verified

2026-07-05

Added

2026-07-05

about

Setting up a new Wwise plugin project requires creating correctly structured Visual Studio solution and project files, wiring in SDK paths, and assigning unique company and effect IDs. Doing this by hand across multiple platforms is error-prone and time-consuming.

This Python script takes plugin name, company ID, effect ID, and SDK root as arguments, then generates a full Wwise 2017-compatible plugin scaffold using format template files. It handles Windows x86/x64, Xbox One (Console SDK), and PS4 (SCE Orbis SDK) targets in one pass.

The tool is useful when starting custom Wwise DSP or source plugin development and wanting a known-good project structure without reverse-engineering existing Wwise sample plugins.