/waapi-sfx

WAAPI SFX is a python script that generate Wwise Sound SFX objects in batch.

Primary LanguagePythonOtherNOASSERTION

WAAPI SFX

Overview

WAAPI SFX is a python script that generate Wwise Sound SFX objects in batch. Each Sound SFX is using a Synth One source plug-in, and the objects that are generated make great use of RTPCs and random modulation.

The script is a demonstration of the ak.wwise.core.object.set function in WAAPI.

Prerequisites

  • Wwise 2022.1.0 or more recent
  • Python 3.6 or more recent

How to use

  • Download or clone the repository
  • Start Wwise and open a project
  • Run the script: py -3 waapi-sfx.py
  • Play the new sounds in the \Actor-Mixer Hierarchy\Default Work Unit

Learn More