CH·74 Authoring automation
verified 2026-07-05

wwise-control active

Ziggy641 vv1.2.0 added 2026-07-05 verified 2026-07-05

[Use when]

You want to drive Wwise project authoring with natural-language instructions via an AI coding agent instead of writing WAAPI scripts manually.

Engines
Ww Wwise
License

MIT

Pricing

Free

Last verified

2026-07-05

Added

2026-07-05

about

wwise-control is a Claude Code skill and Python helper module that connects an AI agent to Wwise over the Wwise Authoring API (WAAPI). You describe what you want in plain language — creating containers, setting routing, adjusting properties, generating SoundBanks — and the agent translates that into pywwise calls without you writing or running scripts yourself.

The package ships two files: a Python module (`wwise_for_claude.py`) that wraps pywwise with tested helpers for finding, creating, moving, renaming, and routing objects; and a SKILL.md that documents non-obvious WAAPI/WAQL quirks discovered through live testing (e.g. object identity requires `.guid` not `.id`, purely-numeric Bus names are rejected by Wwise).

The skill instructs the agent to probe before writing, wrap batch edits in a Wwise undo group, verify results after each write, and confirm before deleting. Intended for use on version-controlled projects.