VoiceConversionPreset enum
The options for SDK preset voice conversion effects.
Values
- Off → const VoiceConversionPreset
-
Turn off voice conversion effects and use the original voice.
- Neutral → const VoiceConversionPreset
-
A gender-neutral voice. To avoid audio distortion, ensure that you use this enumerator to process a female-sounding voice.
- Sweet → const VoiceConversionPreset
-
A sweet voice. To avoid audio distortion, ensure that you use this enumerator to process a female-sounding voice.
- Solid → const VoiceConversionPreset
-
A steady voice. To avoid audio distortion, ensure that you use this enumerator to process a male-sounding voice.
- Bass → const VoiceConversionPreset
-
A deep voice. To avoid audio distortion, ensure that you use this enumerator to process a male-sounding 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<
VoiceConversionPreset> - A constant List of the values in this enum, in order of their declaration.