社区问答

欢迎来到 Audiokinetic 社区问答论坛。在此,Wwise 和 Strata 用户可互帮互助。如需我们团队直接提供协助,请前往技术支持申请单页面。若要报告问题,请在 Audiokinetic Launcher 中选择“报告错误”选项(注意,问答论坛并不会接收错误报告)。我们内部设有专门的错误报告系统,会有专人查看报告并设法解决问题。

要想尽快得到满意的解答,请在提问时注意以下几点:

  • 描述尽量具体:比如,想达到什么样的目的,或者具体哪里有问题。
  • 包含关键细节:比如,Wwise 和游戏引擎版本以及所用操作系统等等。
  • 阐明所做努力:阐明自己为了排除故障都采取了哪些措施。
  • 聚焦问题本身:聚焦于问题本身的相关技术细节,以便别人可以快速找到解决方案。

+2 投票
Hi,

I'm coming to the end of my project using Wwise 2021 and UE 4.26.1 and am having some issues with Occlusion not working with Spatial Audio and resulting in a leaking of audio through Geometry in the level.

I've spent the past couple of days trying every combination I can think of including adding Ak Geometry to every wall and flicking meticulously through each and every option combination as well as on the Emitter Component itself but nothing seems to affect the Occlusion unless you're in the same room. The only thing I can think of is to dive into the C++ code (which I'm not super confident in) but something feels strange about the way it's being calculated in the first place so I thought I'd ask on here first.

The issue is that I have a corridor with an Emitter which is leaking into my other room (Spatial Audio Volume) and it doesn't seem to call anything from the Occlusion system when I am in the other room and the visibility is clearly blocked by a wall. If I'm in the same room it seems to work update the Obstruction but still oddly not the Occlusion. I've profiled the whole game and never seem the Occlusion move from 0 once. I've set up a simple test also with simple shapes and it does very much seem that when not in the same SA Volume it doesn't update the Occlusion parameter.

I have screen captures to illustrate the issue a bit more visually over on YouTube:

Error V1 - https://www.youtube.com/watch?v=RQMASukNFOI

Error V2 - https://www.youtube.com/watch?v=FzkrZdKkGtM

 

Thanks in advance for your help!
Nathan
分类:General Discussion | 用户: Nathan C. (260 分)
I noticed that when you go behind the 2nd pillar, there's no Obstruction, but the transmission loss is at 100.

1个回答

0 投票
Hello, Not sure but from what i saw in the video your problem might be only the fact that the occlusion refresh interval in your emitter is set to 0.2 and should probably be at 0.0 when using full spatial audio. This might causing the occlusion system to use the build in occlusion system base on trace channel instead of Spatial Audio one. This is my 2 cents. Not sure about that!
用户: Frédéric A. (220 分)
Hey Frederic,

Unfortunately I've tried that and about every other settings combination I could think of over the past week or so in Unreal. Seems something is up with the communication between two SA volumes or something is up with Unreal and the SA system.
...