> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PartyVoiceAudioOptions

> Voice audio options.

Voice audio options.

## Syntax

```cpp theme={null}
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.<br /><br /> This option is only supported on iOS and Android. Using this option on any other platform will fail. <br /><br /> Enabling noise suppression eliminates noise captured from the local chat control to be transmitted to remote chat controls.   <br /><br /> 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](/services/playfab/multiplayer/networking/reference/party_members)\
[PartyLocalChatControl::SetVoiceAudioOptions](/services/playfab/multiplayer/networking/reference/classes/PartyLocalChatControl/methods/partylocalchatcontrol_setvoiceaudiooptions)\
[PartyLocalChatControl::GetVoiceAudioOptions](/services/playfab/multiplayer/networking/reference/classes/PartyLocalChatControl/methods/partylocalchatcontrol_getvoiceaudiooptions)


## Related topics

- [PartyLocalChatControl::SetVoiceAudioOptions](/services/playfab/multiplayer/networking/reference/classes/PartyLocalChatControl/methods/partylocalchatcontrol_setvoiceaudiooptions.md)
- [PartyLocalChatControl::GetVoiceAudioOptions](/services/playfab/multiplayer/networking/reference/classes/PartyLocalChatControl/methods/partylocalchatcontrol_getvoiceaudiooptions.md)
- [Party C/C++ API overview](/services/playfab/multiplayer/networking/reference/party_members.md)
- [PartyChatControl::ConfigureAudioManipulationVoiceStream](/services/playfab/multiplayer/networking/reference/classes/PartyChatControl/methods/partychatcontrol_configureaudiomanipulationvoicestream.md)
- [PartyChatControl::GetAudioManipulationVoiceStream](/services/playfab/multiplayer/networking/reference/classes/PartyChatControl/methods/partychatcontrol_getaudiomanipulationvoicestream.md)
