Skip to content

Instantly share code, notes, and snippets.

@ak-brodrigue
Created August 22, 2022 14:38
Show Gist options
  • Save ak-brodrigue/38eacd61d74062a6d8ec0e49bd4f35bf to your computer and use it in GitHub Desktop.
Save ak-brodrigue/38eacd61d74062a6d8ec0e49bd4f35bf to your computer and use it in GitHub Desktop.
WAAPI connect to a file using ak.wwise.core.remote.connect
from waapi import WaapiClient
# Connect (default URL)
client = WaapiClient()
# Return all targets
args = {
"host":"D:\\code\\master1\\Wwise\\SDK\\samples\\IntegrationDemo\\WwiseProject\\ProfilingSession12.prof"
}
client.call("ak.wwise.core.remote.connect", args, {})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment