Created
August 22, 2022 14:38
-
-
Save ak-brodrigue/38eacd61d74062a6d8ec0e49bd4f35bf to your computer and use it in GitHub Desktop.
WAAPI connect to a file using ak.wwise.core.remote.connect
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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