ue5-wwise-setup

Installation
SKILL.md

Wwise Setup — WAAPI HTTP Automation

Set up complete Wwise projects programmatically: bus hierarchies, RTPCs, switches, events, SoundBanks, and AudioLink routing.

WAAPI HTTP API (Port 8090)

All calls use curl -s -X POST http://127.0.0.1:8090/waapi with JSON body:

{
  "uri": "ak.wwise.core.object.create",
  "args": { ... },
  "options": {}
}

Key format rules:

  • args contains the call parameters
  • options is top-level (NOT inside args), used for return fields
Related skills

More from koshimazaki/ue-audio-skills

Installs
10
First Seen
Feb 18, 2026