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

How do I enable reverb for an Ambient Sound in UE4?

0 투표
Hello Audiokinetic,

I have a reverb volume located inside a UE4 map, and an audio event that I am attempting to play inside the reverb volume as an ambient sound.

I can hear reverb when calling the blueprint node "Post Event" with the audio event as its "Ak Event" input and a position inside the reverb volume. However, I cannot hear reverb when calling the blueprint node "Start Ambient Sound" and selecting an AkAmbientSound actor (with the same audio event as its "Ak Audio Event" property) as the "Target" input. The AkAmbientSound actor is located inside the reverb volume. The reverb volume is a Box shape, with Send Level 1.0, Fade Rate 0.5, Priority 0.95.

I am using Wwise v2013.2.9 build 4872.

What do I need to do to enable reverb for this ambient sound?
문의 2014 9월 11 General Discussion Johann L. (480 포인트) 로 부터

1 답변

+1 투표
 
우수 답변
Thanks for reporting this. There was a problem with the initialization order (AmbientSound was being initialized before ReverbVolume), and this prevented the whole thing to work properly.

The fix has been pushed to the GitHub repository, in the 4.4 branch.
답변 2014 9월 11 Benoit S. (Audiokinetic) (16,020 포인트) 로 부터
선택됨 2014 9월 11 Johann L. 로 부터
Okay, thanks for resolving my issue.
Thanks for the info Benoit, but we access UE through P4 and aren't currently set up with GitHub.  We would like to just fix up this issue on our end if possible, since it sounds like an easy one.  Could you point us to the file/function(s) where the fixes need to be made?

Thanks!
...