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.

Is it possible to use sound for activing the game object?

0 votes
I am now tring to do  a mini game, and I am considering about using the sound to active the game object.

By using the Intel Realsense connect with the unity, players are required to use their body to "touch" the unseen ball in the game. As players "touch" the balls many times, some special sound can be heard. So I put many sounds in the music playlist container,  they are played in random step. My considering is , when the special sound is heard, player can get scores. But I am not sure if it is possible to do this.

If anyone has good idea, please tell me.

Thank you!
asked Jan 30, 2020 in General Discussion by Susuko (100 points)

1 Answer

0 votes
Hey, you could use the Callbackfunction with the CallbackType.AkMarkerCallback.
Then you need to put a marker in your special sound and it will always trigger the callback function when that sound is played.
answered Feb 3, 2020 by jonas k. (150 points)
...