Version

menu_open
Warning: you were redirected to the latest documentation corresponding to your major release ( 2024.1.1.8691 ). Should you wish to access your specific version's documentation, please download the offline documentation from the Audiokinetic Launcher and check the Offline Documentation option in Wwise Authoring.

◆ AkTransmissionOperation

Determines the operation used to calculate the transmission loss value for a transmission path. A ray is cast from listener to emitter, and this operation is applied to combine the current surface with the previous. A geometry instance can be marked as solid by using AkGeometryInstanceParams::IsSolid. If a geometry instance is solid, transmission loss is applied for each pair of hit surfaces, representing an entrance and exit through the geometry. The transmission loss from a pair of hits through a solid geometry instance will be the max of both hits.

Enumerator
AkTransmissionOperation_Add 

Transmission loss of each hit surface is summed until it reaches 100%.

AkTransmissionOperation_Multiply 

The inverse of transmission loss (1 - TL) is multiplied in succession, and the result inverted. With each hit surface, the effect of additional transmission loss is reduced. The total loss will approach but never reach 100% unless a surface with 100% loss is found.

AkTransmissionOperation_Max 

The highest transmission loss of all hit surfaces is used.

AkTransmissionOperation_Default 

Definition at line 41 of file AkSpatialAudio.h.


Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise