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.

+1 vote
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?
in Feature Requests by Raphael D. (150 points)

1 Answer

+2 votes
 
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
by Bernard R. (Audiokinetic) (35.8k points)
selected by Raphael D.
...