menu
 

AudiokineticのコミュニティQ&AはWwiseやStrataのコミュニティ内でユーザ同士が質問・回答をし合うことができるフォーラムです。Audiokineticテクニカルサポートチームからの回答をご希望の場合は、必ず サポートチケットページ をご利用ください。

0 支持
Such a simple but extremely effective tool. CryEngine is great for this because you can also draw in the shape you want effected by the sound.

Does UE4/Wwise have this support at all? If not are there plans for it to be worked on?

Thanks.
Tom W. (140 ポイント) General Discussion

回答 1

0 支持
You're talking about how when you see it's sound sphere it basically has two of them right? Where the first sphere it is not attenuated at all and once you enter the second attenuation happens. You can do similar things in wwise. You can change the attenuation curves in Wwise to simulate something like this so basically if they are within 300 units make the sound at it's loudest. Or you can have the attenuation hooked up to an RTPC and it trigger from 2D to 3D once you leave the volume. It may not be as simple as UE4s but it does give you more control.

 

-Rob
Robert M. (4.6k ポイント)
Not exactly. I'm looking to attach sounds to volumes - areas that you create, large or small that can have audio events attached to it.

Create a volume around a forest in a level for example. Then when you approach the forest you hear the wind in the leafs. This is possible in CryEngines stock tech, but no support for this without lots of code/blueprint work.
...