VoiceBeautifierPreset enum

The options for SDK preset voice beautifier effects.

Inheritance

Constructors

VoiceBeautifierPreset()
const

Values

VoiceBeautifierOff → const VoiceBeautifierPreset

Turn off voice beautifier effects and use the original voice.

ChatBeautifierMagnetic → const VoiceBeautifierPreset

A more magnetic voice. Agora recommends using this enumerator to process a male-sounding voice; otherwise, you may experience vocal distortion.

ChatBeautifierFresh → const VoiceBeautifierPreset

A fresher voice. Agora recommends using this enumerator to process a female-sounding voice; otherwise, you may experience vocal distortion.

ChatBeautifierVitality → const VoiceBeautifierPreset

A more vital voice. Agora recommends using this enumerator to process a female-sounding voice; otherwise, you may experience vocal distortion.

SingingBeautifier → const VoiceBeautifierPreset

Singing beautifier effect. If you call setVoiceBeautifierPreset (SingingBeautifier), you can beautify a male-sounding voice and add a reverberation effect that sounds like singing in a small room. Agora recommends using this enumerator to process a male-sounding voice; otherwise, you might experience vocal distortion. If you call setVoiceBeautifierParameters (SingingBeautifier, param1, param2), you can beautify a male- or female-sounding voice and add a reverberation effect.

TimbreTransformationVigorous → const VoiceBeautifierPreset

A more vigorous voice.

TimbreTransformationDeep → const VoiceBeautifierPreset

A deep voice.

TimbreTransformationMellow → const VoiceBeautifierPreset

A mellower voice.

TimbreTransformationFalsetto → const VoiceBeautifierPreset

Falsetto.

TimbreTransformationFull → const VoiceBeautifierPreset

A fuller voice.

TimbreTransformationClear → const VoiceBeautifierPreset

A clearer voice.

TimbreTransformationResounding → const VoiceBeautifierPreset

A more resounding voice.

TimbreTransformationRinging → const VoiceBeautifierPreset

A more ringing voice.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<VoiceBeautifierPreset>
A constant List of the values in this enum, in order of their declaration.