VoiceFont

The VoiceFont enum gathers the possible voice modification effects that you can use to change the local participant's voice in real time. The model is supported only in SDK 3.10 and later.

The following table lists audio samples for each available voice font:

Voice font Example 1 Example 2
None
Abyss
AmRadio
BrokenRobot
DarkModulation
Feminine
Helium
Interference
Masculine
NervousRobot
StarshipCaptain
Swarm
Wobble
##

Enumeration Members

None

None = "NONE"


Masculine

Masculine = "MASCULINE"


Feminine

Feminine = "FEMININE"


Helium

Helium = "HELIUM"


DarkModulation

DarkModulation = "DARK_MODULATION"


BrokenRobot

BrokenRobot = "BROKEN_ROBOT"


Interference

Interference = "INTERFERENCE"


Abyss

Abyss = "ABYSS"


Wobble

Wobble = "WOBBLE"


StarshipCaptain

StarshipCaptain = "STARSHIP_CAPTAIN"


NervousRobot

NervousRobot = "NERVOUS_ROBOT"


Swarm

Swarm = "SWARM"


AmRadio

AmRadio = "AM_RADIO"