Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

Change state from state group with WAAPI

0 votes
I need to trigger the change of a state via network (HTTP POST). The WAAPI doesn't seems to support the change of states for now and I wonder to know if there was a way to do it?
asked Sep 13, 2019 in Feature Requests by Raphael D. (140 points)

1 Answer

+1 vote
 
Best answer

SetState will be added in WAAPI for Wwise 2019.2 (WG-40381).

For the time being, you need to rely on using Events to change states:

  1. Use Set State inside a Wwise Event
  2. then use PostEvent in WAAPI
answered Sep 16, 2019 by Bernard R. (Audiokinetic) (35,090 points)
selected Sep 16, 2019 by Raphael D.
...