AudioVoiceChanger enum
The preset audio voice configuration used to change the voice effect.
Values
- Off → const AudioVoiceChanger
-
Turn off the local voice changer, that is, to use the original voice.
- OldMan → const AudioVoiceChanger
-
The voice of an old man.
- BabyBoy → const AudioVoiceChanger
-
The voice of a little boy.
- BabyGirl → const AudioVoiceChanger
-
The voice of a little girl.
- ZhuBaJie → const AudioVoiceChanger
-
The voice of Zhu Bajie, a character in Journey to the West who has a voice like that of a growling bear.
- Ethereal → const AudioVoiceChanger
-
The ethereal voice.
- Hulk → const AudioVoiceChanger
-
The voice of Hulk.
- BEAUTY_VIGOROUS → const AudioVoiceChanger
-
A more vigorous voice.
- BEAUTY_DEEP → const AudioVoiceChanger
-
A deeper voice.
- BEAUTY_MELLOW → const AudioVoiceChanger
-
A mellower voice.
- BEAUTY_FALSETTO → const AudioVoiceChanger
-
Falsetto.
- BEAUTY_FULL → const AudioVoiceChanger
-
A fuller voice.
- BEAUTY_CLEAR → const AudioVoiceChanger
-
A clearer voice.
- BEAUTY_RESOUNDING → const AudioVoiceChanger
-
A more resounding voice.
- BEAUTY_RINGING → const AudioVoiceChanger
-
A more ringing voice.
- BEAUTY_SPACIAL → const AudioVoiceChanger
-
A more spatially resonant voice.
- GENERAL_BEAUTY_VOICE_MALE_MAGNETIC → const AudioVoiceChanger
-
(For male only) A more magnetic voice. Do not use it when the speaker is a female; otherwise, voice distortion occurs.
- GENERAL_BEAUTY_VOICE_FEMALE_FRESH → const AudioVoiceChanger
-
(For female only) A fresher voice. Do not use it when the speaker is a male; otherwise, voice distortion occurs.
- GENERAL_BEAUTY_VOICE_FEMALE_VITALITY → const AudioVoiceChanger
-
(For female only) A more vital voice. Do not use it when the speaker is a male; otherwise, voice distortion occurs.
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<
AudioVoiceChanger> - A constant List of the values in this enum, in order of their declaration.