VoiceBeautifierPreset enum
The options for SDK preset voice beautifier effects.
Values
- VoiceBeautifierOff → const VoiceBeautifierPreset
-
Turn off voice beautifier effects and use the original voice.
- ChatBeautifierMagnetic → const VoiceBeautifierPreset
-
A more magnetic voice.
Note
Agora recommends using this enumerator to process a male-sounding voice; otherwise, you may experience vocal distortion.
- ChatBeautifierFresh → const VoiceBeautifierPreset
-
A fresher voice.
Agora recommends using this enumerator to process a female-sounding voice; otherwise, you may experience vocal distortion.
- ChatBeautifierVitality → const VoiceBeautifierPreset
-
A more vital voice.
Agora recommends using this enumerator to process a female-sounding voice; otherwise, you may experience vocal distortion.
- SingingBeautifier → const VoiceBeautifierPreset
-
Singing beautifier effect.
- TimbreTransformationVigorous → const VoiceBeautifierPreset
-
A more vigorous voice.
- TimbreTransformationDeep → const VoiceBeautifierPreset
-
A deeper voice.
- TimbreTransformationMellow → const VoiceBeautifierPreset
-
A mellower voice.
- TimbreTransformationFalsetto → const VoiceBeautifierPreset
-
A falsetto voice.
- TimbreTransformationFull → const VoiceBeautifierPreset
-
A fuller voice.
- TimbreTransformationClear → const VoiceBeautifierPreset
-
A clearer voice.
- TimbreTransformationResounding → const VoiceBeautifierPreset
-
A more resounding voice.
- TimbreTransformationRinging → const VoiceBeautifierPreset
-
A more ringing voice.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
VoiceBeautifierPreset> - A constant List of the values in this enum, in order of their declaration.