社区问答

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

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

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

0 投票
Hi! I´ve seen videos where people using UE4 can see attenuation radius and other thing "painted" within de UE4 editor. I´m using wwise within a custom engine and I want to do this too. Thing is, I can´t find a way to take properties from a GameObject and paint those values. Is there a way to do this from c++? I mean, "get the attenuation of this object" and stuff like that. Thanks.
分类:General Discussion | 用户: M.Bruno R. (300 分)
I'm trying to find an answer to the same problem sadly!
Hi! Well, after searching a lot, I realized that what UDK does is... complicated in a custom engine. I think you got 2 ways to accomplish something similar:
1. You can use the Remote Connection that Wwise Studio provides. It works fine. It got two problems though: depending on the machine you got and your engine performance, it can go very slow and drop fps to the ground. The other problem is the axis reference. I use Right Handed in my engine (Y is up, X i right and Z point from the screen to your face). And wwise uses a different one. I know there's an option in FMOD to change that, but I didn't find It on wwise.

2. The other option is you render it. You can get, for each Wwise Game Object, the properties. So maybe you can use them to render it within the game. I didn't implement that because I haven't enough time, but could be a nice option.

Good Luck, let me know If you find something
Hey! So yesterday I was going through their header files and found a way to kind of do it. Essentially I have the ability to scale up the attenuation using the SetAttenuationScalingFactor call. So far it seems to work as I wanted it to!

Please sign-in or register to answer this question.

...