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.

Why is AkSoundEngine Suspend and WakeupFromSuspend only partially successful?

0 votes
Right now, on Application Focus in our standalone Unity builds, we usually get the following errors when suspending and waking the AkSoundEngine:
AkSoundEngine.Suspend = AK_PartialSuccess
AkSoundEngine.WakeupFromSuspend = AK_PartialSuccess 
AkSoundEngine.RenderAudio = AK_Success
The game and audio still function as expected (or so I think). Is there a reason why these calls would only be partially successful?
asked May 9, 2016 in General Discussion by Garret J. (100 points)

Please sign-in or register to answer this question.

...