AudioVoiceChanger enum
Local voice changer options.
Values
- Off → const AudioVoiceChanger
-
The original voice (no local voice change).
- 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
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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.