在 Audiokinetic 社区问答论坛上,用户可对 Wwise 和 Strata 相关问题进行提问和解答。如需从 Audiokinetic 技术支持团队获取答复,请务必使用技术支持申请单页面。

0 投票
I am launching the UE4 Editor, version 4.11, and a random AK Event is played on player spawn.

When the viewport is closed and Play in Editor has stopped, this AK Event continues to play.

Has anyone else come across this?
分类:General Discussion | 用户: Kartik S. (200 分)

1个回答

0 投票
Previously AK was implemented in the Unreal Engine. When a world was being torn down, the Audio was being stopped. AK made an engine change and added a call to the AKDevice to FLUSH, this resulted in the audio being stopped on world tear down.

Now that AK is a plugin for Unreal we have  added a listener in the new AKDevice plugins file to listen for when the world is being cleaned up. When this is broadcasted, we call flush on AKDevice and the music is then stopped.

Perhaps this will help someone else.
用户: Kartik S. (200 分)
...