VoiceConversionPreset enum Null safety
The options for SDK preset voice conversion effects.
Constants
- Bass → const VoiceConversionPreset
-
A deep voice. To avoid audio distortion, ensure that you use this enumerator to process a male-sounding voice.
@JsonValue(50398208)const VoiceConversionPreset(4)
- Neutral → const VoiceConversionPreset
-
A gender-neutral voice. To avoid audio distortion, ensure that you use this enumerator to process a female-sounding voice.
@JsonValue(50397440)const VoiceConversionPreset(1)
- Off → const VoiceConversionPreset
-
Turn off voice conversion effects and use the original voice.
@JsonValue(0)const VoiceConversionPreset(0)
- Solid → const VoiceConversionPreset
-
A steady voice. To avoid audio distortion, ensure that you use this enumerator to process a male-sounding voice.
@JsonValue(50397952)const VoiceConversionPreset(3)
- Sweet → const VoiceConversionPreset
-
A sweet voice. To avoid audio distortion, ensure that you use this enumerator to process a female-sounding voice.
@JsonValue(50397696)const VoiceConversionPreset(2)
-
values
→ const List<
VoiceConversionPreset> -
A constant List of the values in this enum, in order of their declaration.
const List<
VoiceConversionPreset>
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