menu
 

Audiokinetic의 커뮤니티 Q&A는 사용자가 Wwise와 Strata 커뮤니티 내에서 서로 질문과 답변을 하는 포럼입니다. Audiokinetic의 기술 지원팀에게 문의하고 싶으신 경우 지원 티켓 페이지를 사용해주세요.

0 투표
Hi all,

I'm wondering if anyone has experienced this before.

I've got an issue with an audio event that has been placed on a map which is duplicating on play (PIE).  

Essentially, an audio event has been dragged and dropped onto a map with auto post ticked to get it to start on play.  
When playing the level (PIE), and profiling I can see the event is being posted twice with 2 different game object IDs.  

There is only one instance of the AkAmbientSound object on the map as far as I can see, so I'm a little stumped.   

This was a test map made fresh with no sub levels.
 Any wisdom would be appreciated.  

Wwise | v2019.2.8.7432 / UE 4.25
General Discussion Grace D. (140 포인트) 로 부터
We're still investigating this, but it looks like a potential engine issue.  Essentially in World.cpp, there is a function to check whether audio playback in enabled.  This should be set to false if you are on the server, but it looks like there's an issue with the execution order.  This means its not setting in time for begin play on objects, hence the duplicating of AkAmbient sounds as they are playing on both client and server.  Its causing the issue in editor, but shouldn't be in a build.

1 답변

0 투표
So this turned out to be an issue with Unrea 4.25 itself where the execution order for checking the server wasn't completed in time.  Hence ambient sounds were playing twice (client and server).  Unreal/Epic have now done a fix for this.
Grace D. (140 포인트) 로 부터
Hi Grace, unfortunately, it is reproduced on UE 5.1 with wwise 2022.1.2. Can you recheck this bug, please?
...