Firelight Technologies FMOD Studio API
Retrieves the combined volume after 3D spatialization and geometry occlusion calculations including any volumes set via the API.
FMOD_RESULT ChannelControl::getAudibility(
float *audibility
);
audibility
Address of a variable that receives the audibility value.
If the function succeeds then the return value is FMOD_OK.
If the function fails then the return value will be one of the values defined in the FMOD_RESULT enumeration.
This does not represent the waveform, just the calculated result of all volume modifiers. This value is used by the virtual channel system to order its channels between real and virtual.
Version 1.03.06 Built on Apr 17, 2014