Audiokinetic Wwise Knowledge Base

Can Wwise provide inexpensive ways of dealing with occlusions and obstructions with respect to the world geometry?

The Game has to feed the sound engine the parameters for obstruction and occlusion.

Systematic ray-tracing for every sound at every frame can (will) be very CPU expensive for games, and that is why most games create their own simplified system to feed information about occlusion and obstruction.

Good things to remember:

  • Obstructions/occlusion parameters do not necessarily have to be updated 60 times per second, you can probably go down to 2-3 times per second without the gamer noticing it (especially when listener and emitter are walking).
  • Smooth transitions are made when occlusion/obstruction parameters change drastically.
  • Instead of using ray-tracing, try defining volumetric zones approximations. (create zones for door openings too).  You can manage to have table from zone A to B, and etc… to what should be the occlusion from one zone to another, and then perform interpolation between the zones.



Article Details

Last Updated
17th o February, 2010

Would you like to...

Print this page Print this page

Email this page Email this page

Post a comment Post a comment

Subscribe me

Add to favorites Add to favorites

Remove Highlighting Remove Highlighting

Edit this Article

Quick Edit

Export to PDF

User Opinions (2 votes)

50% thumbs up 50% thumbs down

How would you rate this answer?



Thank you for rating this answer.

Related Articles

No related articles were found.

Attachments

No attachments were found.

Continue