VoiceBeautifierPreset enum Null safety
The options for SDK preset voice beautifier effects.
Constants
- ChatBeautifierFresh → const VoiceBeautifierPreset
-
A fresher voice.
Agora recommends using this enumerator to process a female-sounding voice; otherwise, you may experience vocal distortion.
@JsonValue(0x01010200)const VoiceBeautifierPreset(2)
- 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.
@JsonValue(0x01010100)const VoiceBeautifierPreset(1)
- ChatBeautifierVitality → const VoiceBeautifierPreset
-
A more vital voice.
Agora recommends using this enumerator to process a female-sounding voice; otherwise, you may experience vocal distortion.
@JsonValue(0x01010300)const VoiceBeautifierPreset(3)
- SingingBeautifier → const VoiceBeautifierPreset
-
Singing beautifier effect.
@JsonValue(0x01020100)const VoiceBeautifierPreset(4)
- TimbreTransformationClear → const VoiceBeautifierPreset
-
A clearer voice.
@JsonValue(0x01030600)const VoiceBeautifierPreset(10)
- TimbreTransformationDeep → const VoiceBeautifierPreset
-
A deeper voice.
@JsonValue(0x01030200)const VoiceBeautifierPreset(6)
- TimbreTransformationFalsetto → const VoiceBeautifierPreset
-
A falsetto voice.
@JsonValue(0x01030400)const VoiceBeautifierPreset(8)
- TimbreTransformationFull → const VoiceBeautifierPreset
-
A fuller voice.
@JsonValue(0x01030500)const VoiceBeautifierPreset(9)
- TimbreTransformationMellow → const VoiceBeautifierPreset
-
A mellower voice.
@JsonValue(0x01030300)const VoiceBeautifierPreset(7)
- TimbreTransformationResounding → const VoiceBeautifierPreset
-
A more resounding voice.
@JsonValue(0x01030700)const VoiceBeautifierPreset(11)
- TimbreTransformationRinging → const VoiceBeautifierPreset
-
A more ringing voice.
@JsonValue(0x01030800)const VoiceBeautifierPreset(12)
- TimbreTransformationVigorous → const VoiceBeautifierPreset
-
A more vigorous voice.
@JsonValue(0x01030100)const VoiceBeautifierPreset(5)
-
values
→ const List<
VoiceBeautifierPreset> -
A constant List of the values in this enum, in order of their declaration.
const List<
VoiceBeautifierPreset> - VoiceBeautifierOff → const VoiceBeautifierPreset
-
Turn off voice beautifier effects and use the original voice.
@JsonValue(0x00000000)const VoiceBeautifierPreset(0)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited