Returns the current number of audio samples available to read for the specified user. This function is inherently racy; it's possible that more data can be added between a call to this function and a subsequent call to ovr_Voip_GetPCM().
This function can be safely called from any thread.
Signature
size_t ovr_Voip_GetPCMSize(ovrID senderID)
Parameters
senderID: ovrID
The ID of the user to get the audio sample count for.