VOICE_BEAUTIFIER_PRESET

The options for SDK preset voice beautifier effects.

Enumerator

VOICE_BEAUTIFIER_OFF
Turn off voice beautifier effects and use the original voice.
CHAT_BEAUTIFIER_MAGNETIC

A more magnetic voice.

Attention: Agora recommends using this enumerator to process a male-sounding voice; otherwise, you may experience vocal distortion.
CHAT_BEAUTIFIER_FRESH

A fresher voice.

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

A more vital voice.

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

Singing beautifier effect.

  • If you call setVoiceBeautifierPreset(SINGING_BEAUTIFIER), 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(SINGING_BEAUTIFIER, param1, param2), you can beautify a male or female-sounding voice and add a reverberation effect.
TIMBRE_TRANSFORMATION_VIGOROUS
A more vigorous voice.
TIMBRE_TRANSFORMATION_DEEP
A deep voice.
TIMBRE_TRANSFORMATION_MELLOW
A mellower voice.
TIMBRE_TRANSFORMATION_FALSETTO
Falsetto.
TIMBRE_TRANSFORMATION_FULL
A fuller voice.
TIMBRE_TRANSFORMATION_CLEAR
A clearer voice.
TIMBRE_TRANSFORMATION_RESOUNDING
A more resounding voice.
TIMBRE_TRANSFORMATION_RINGING
A more ringing voice.
ULTRA_HIGH_QUALITY_VOICE
A ultra-high quality voice, which makes the audio clearer and restores more details.
  • To achieve better audio effect quality, Agora recommends that you set the profile of setAudioProfile [2/2] to AUDIO_PROFILE_MUSIC_HIGH_QUALITY(4) or AUDIO_PROFILE_MUSIC_HIGH_QUALITY_STEREO(5) and scenario to AUDIO_SCENARIO_GAME_STREAMING(3) before calling setVoiceBeautifierPreset.
  • If you have an audio capturing device that can already restore audio details to a high degree, Agora recommends that you do not enable ultra-high quality; otherwise, the SDK may over-restore audio details, and you may not hear the anticipated voice effect.