The Wwise Authoring API is used to communicate with the Wwise authoring application. The functions available in the API allow the clients to perform several tasks, including:
The Wwise Authoring API can be integrated within a:
The Wwise Authoring API can be used to:
The Wwise Authoring API is accessible through 2 different protocols:
These 2 protocols can be used under a variety of languages, such as C++, C#, JavaScript, Python, and other languages with HTTP or WebSocket support.
|
Note: WAMP provides the best performance and experience because it reuses the same WebSocket connection for the whole session and provides bidirectional communications. |
In summary, here are the features supported by the protocols:
API Feature | WAMP | HTTP POST |
Remote Procedure Calls Allows to call functions remotely on Wwise Authoring Refer to Wwise Authoring API Reference |
Supported | Supported |
Publish & Subscribe Allows to receive notifications when changes occur in the Wwise authoring. |
Supported | Not Supported |
Optimal performance | Yes | No |
Read more about specific topics:
Refer to the following topics for the Wwise Authoring API reference:
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise