Metadata-Version: 2.1
Name: csg-pywaapi
Version: 1.1.20
Summary: Helper package for interfacing with Wwise using waapi. csg_pywaapi is no longer support, please use pss-pywaapi instead
Home-page: https://github.com/simongumbleton/csg_pywaapi
Author: Simon Gumbleton
Author-email: simongumbleton@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: waapi-client
Requires-Dist: PyWave
Requires-Dist: pss-pywaapi

# csg_waapi

Warning! csg-pywaapi has been renamed pss-pywaapi. The older csg-pywaapi module will no longer be supported, please change your code to use the new pss-pywaapi module.

## Usage

Import the library... 
"import csg_pywaapi"

Connect to Wwise and get the connection info...
"result = csg_pywaapi.connect()"

Default port is 8095, Optionally pass in an alternative port for the connection ...
"result = csg_pywaapi.connect(8080)" 

## Documentation:
https://csg-pywaapi.readthedocs.io/



