wwise_fix_all
Audit a Wwise project and auto-fix common issues: rename whitespace names, add events to default bank, set output bus. Preview with dry_run, then apply fixes.
Instructions
Audit the project and auto-fix the fixable issues: whitespace names (rename), events not in any SoundBank (add to default_bank), sounds with no Output Bus (set default_bus, if given). Issues needing a human (empty sound/container, duplicate name) are reported only. Run dry_run=True first to preview, then dry_run=False to apply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | ||
| default_bank | No | Main | |
| default_bus | No | ||
| fixes | No |