Skip to content

decasteljau/waapi-python-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

waapi-python-quickstart

This sample provides a quickstart for waapi (Wwise Authoring API) projects using python.

Requirements

  • Python 3.6+
  • Running instance of Wwise.exe with the Wwise Authoring API enabled (Project > User Preferences... > Enable Wwise Authoring API)

Setup

For compatibility with Python 2 on Windows, it is recommended to use the Python Launcher for Windows which is installed with Python 3 from python.org.

Install waapi-client

  • Windows: py -3 -m pip install waapi-client
  • Other platforms: python3 -m pip install waapi-client

Additional instructions can be found at: https://pypi.org/project/waapi-client/

Running the script

  • Windows: py -3 main.py
  • Other platforms: python3 main.py

About

An basic example showing how to use WAAPI with Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages