PartyAudioSourceType

Types of Party audio sources.

Syntax

enum class PartyAudioSourceType    
{  
    Microphone = 0,  
    TextToSpeech = 1,  
}  

Constants

Constant Description
Microphone A microphone audio source.

Audio captured from a microphone or recording device, configured via PartyLocalChatControl::SetAudioInput(), or optionally submitted to a capture sink, via PartyAudioManipulationSinkStream::SubmitBuffer(), is treated as microphone audio.
TextToSpeech A text-to-speech audio source.

Audio that is generated by PartyLocalChatControl::SynthesizeTextToSpeech() is treated as text-to-speech audio.

Requirements

Header: Party.h

See also

Party members