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 the audio thread starting and stopping?

+6 votes
My client is getting the following output on loop every few seconds. They have Wwise integrated in their version of the Unreal engine, but in the case of this project, they don't actually need to use it. Is there a way to turn it off selectively, or even just silence the logs?

LogAkAudio: Audio thread suspended.  Audio output will be silent.
LogAkAudio:Error: Hardware audio subsystem stopped responding.  Silent mode is enabled.
LogAkAudio: Audio thread resumed.  Audio output will resume.
asked Dec 16, 2015 in General Discussion by Charlie H. (270 points)

1 Answer

0 votes
Hello Charlie, from the future.
I was looking into this as well and found solution: in AKAudioDevice.cpp there is a function Update() inside which `Suspend(true)` is called. Comment it out and audio won't be muted.
answered Feb 17, 2023 by Vitalii V. (140 points)
...