CH·73 Authoring automation
verified 2026-07-05

Wwise Up On Air Hands-On Plugin Sample active

Audiokinetic vunknown added 2026-07-05 verified 2026-07-05

[Use when]

You need a concrete reference implementation for building a custom Wwise effect plugin from scratch using the wp.py toolchain and Wwise SDK.

Engines
Ww Wwise
License

Apache-2.0

Pricing

Free

Last verified

2026-07-05

Added

2026-07-05

about

This repository is the companion code for the Wwise Up On Air tutorial video series on Wwise plugin development. It walks through creating, building, and modifying a gain effect plugin using Audiokinetic's wp.py development tool, covering both the Sound Engine plugin (DSP implementation, parameter handling) and the Authoring plugin (XML property definition, GUI registration).

The sample demonstrates the full plugin scaffolding workflow: generating a plugin skeleton with wp.py, configuring Visual Studio solutions via Premake for Windows targets, adding decibel-range parameters in XML, and writing sample-level DSP code inside the standard Wwise frame-processing loop. It is a practical starting point for developers who need to understand the Wwise plugin architecture before writing their own effect, source, or mixer plugin.