Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

0 votes
Hello.

Got Wwise and UE4 working together and I am trying to figure out how to switch the attenuation sphere in to a box for non spatialized ambient sounds. As default, spheres are be very dandy if placing a background ambient sound outdoors and for static objects and emitters.

When it comes to indoor environments though, spheres don't do much of a great job when it comes to background ambiences. A BOX would do the job much better, corresponding it to the room size.

I just cant seem to find the settings though. Is this possible, and if so, how do I do it.

Thanks

David Eisler

Arrowhead Gamestudios
in General Discussion by David E. (100 points)

2 Answers

0 votes
Unfortunately, Wwise only supports sphere-shaped attenuations.

A workaround would be to use a trigger volume. Place an AkAmbient inside your room, and insert a trigger volume shaped like your room (AkReverbVolume can be used as a trigger volume if you have a reverb effect for your room). In the OnBeginOverlap event for the trigger volume, use the Start Ambient Sound box, and in the OnEndOverlap, use Stop Ambient Sound. This behaviour should be very close to what you're looking for.
by Benoit S. (Audiokinetic) (16.0k points)
0 votes
Now,we used the occlusion/obstruction for the ambient sound in UE. the work flow is very similar with UE ambient zone.
by HongTao (280 points)
...