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.

How to play an event on a gameobject sync to the same event playing on another gameobject?

+1 vote
I have an event including a bunch of random containers.

I would like to post this event on a gameobject targeting to another game object, which means they must be heard exactly the same.

It means both gameobject must share the same random seed and need to seek to the same playing position in the stream.

I do not wanna implement it using SetMultiplePositions() for one single event, because I need to apply different effects to the sounds playing the same event in different position.

I wanna make sure is that right to use the overload of the PostEvent with last parameter of PlayingID?
asked May 24, 2013 in General Discussion by User 96899 (160 points)
edited May 24, 2013 by User 96899

1 Answer

0 votes
Hi, I'm having a similar predicament, did you resolve this?
answered Dec 8, 2015 by Matt sneakSounds (460 points)
...