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
i have a building in unity that i set as an AkRoom (with a box collider) and then added AkRoomPortals to the windows,and i succeeded in obstructing the sounds from outside the room and let them only come through the windows (RoomPortals).

but now all the sounds inside of the room are silent (i can only hear them when im outside),how can i set the sounds inside of the room to behave like the ones on the outside? so i can hear them when im inside and when i get out i can only hear them through portals?

i added RoomAware/collider and enabled diffraction from Wwise for all the indoor sounds too,still not working
in General Discussion by Hadi H. (100 points)

1 Answer

0 votes

Hello, you need to do it like this.

rooms should be inside a reflection volume.

Make the reflection volume for the reflections. Then add the rooms inside of that with reflection off.

Also that is a limitation of Wwise in older version that the sound being sent to a portal not longer plays from the source even if right behind the wall of the source the sound was sent to the portals only. After upgrading to the recent Wwise version I'm using Unreal 4.24.3 is worked properly.
You can even see this limitation in the sample project for unreal 4.22.

I suggest you upgrade Wwise to 2019.2

by Eric L. (260 points)
thanks for answerind Eric,but what is exactly a reflection volume?i think i am kinda missing something here?
btw i am using the latest Wwise version with Unity and not Unreal
I'm using Wwise plugins Reflect, convolution, and Wwise Motion.

So you might not have access to reflection volumes if you're not.

So you might be a bit limited in functions.
keep in mind the wwise sample project uses these plugins
I recently wrote a blog about the ray-traced audio in my game.

https://www.indiedb.com/games/the-missing-few/news/devblog-5-the-missing-few-ray-traced-audio

This is what you should be expecting in terms of results.
ah i get,i have to try that then,
thanks for your helpful answers and have a good day!
...