menu
Wwise
arrow_drop_down
Strata
arrow_drop_down
Solutions
arrow_drop_down
Apprendre
arrow_drop_down
Communauté
arrow_drop_down
Documentation
arrow_drop_down
Aide
arrow_drop_down
2024.1.4.8780
2023.1.12.8706
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
Wwise SDK 2018.1.11
|
With the Wwise Authoring API, it is possible to call remote procedures (RPC) and it is also possible to subscribe to topics, and be notified when a topic is being published in Wwise (Pub/Sub). For example, this could allow synchronizing data between the WAAPI client and the Wwise process. For example, it could also be used to know when the selection changes in Wwise.
When subscribing to a topic, the specified callback will be executed whenever the topic is published. Some of the topics support return options, giving control on what content is being passed in the callback, avoiding unnecessary queries.
For example, someone could subscribe to topic ak.wwise.core.object.nameChanged and provide the following options:
Then, every time a Wwise object name changes, the notification will be sent to the subscriber with the id, name and path of the object.
Refer to return (options) for more information about the return statement. Refer to Wwise Authoring API Reference for more information about the topics.
Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !
Visitez notre page d'AideEnregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !
Partir du bon pied avec Wwise