PartyVoiceAudioOptions

Voice audio options.

Syntax

enum class PartyVoiceAudioOptions  : uint32_t  
{  
    None = 0x0,  
    NoiseSuppression = 0x1,  
}  

Constants

Constant Description
None No voice audio options are selected.
NoiseSuppression Enable noise suppression on audio captured from a local chat control.

This option is only supported on iOS and Android. Using this option on any other platform will fail.

Enabling noise suppression eliminates noise captured from the local chat control to be transmitted to remote chat controls.

Using this option requires packaging inside your application the model file named PartyDeepNoiseSuppressionModel.fpie that is shipped with PlayFab Party.

Requirements

Header: Party.h

See also

Party members
PartyLocalChatControl::SetVoiceAudioOptions
PartyLocalChatControl::GetVoiceAudioOptions