AgoraVoiceBeautifierPreset Constants Reference
Declared in | AgoraEnumerates.h |
---|
AgoraVoiceBeautifierPreset
The options for SDK preset voice beautifier effects.
Definition
typedef NS_ENUM(NSInteger, AgoraVoiceBeautifierPreset ) {
AgoraVoiceBeautifierOff = 0 x00000000,
AgoraChatBeautifierMagnetic = 0 x01010100,
AgoraChatBeautifierFresh = 0 x01010200,
AgoraChatBeautifierVitality = 0 x01010300,
AgoraSingingBeautifier = 0 x01020100,
AgoraTimbreTransformationVigorous = 0 x01030100,
AgoraTimbreTransformationDeep = 0 x01030200,
AgoraTimbreTransformationMellow = 0 x01030300,
AgoraTimbreTransformationFalsetto = 0 x01030400,
AgoraTimbreTransformationFull = 0 x01030500,
AgoraTimbreTransformationClear = 0 x01030600,
AgoraTimbreTransformationResounding = 0 x01030700,
AgoraTimbreTransformationRinging = 0 x01030800,
};
Constants
AgoraVoiceBeautifierOff
-
Turn off voice beautifier effects and use the original voice.
Declared In
AgoraEnumerates.h
. AgoraChatBeautifierMagnetic
-
A more magnetic voice.
Note
Agora recommends using this enumerator to process a male-sounding voice; otherwise, you may experience vocal distortion.
Declared In
AgoraEnumerates.h
. AgoraChatBeautifierFresh
-
A fresher voice.
Note
Agora recommends using this enumerator to process a female-sounding voice; otherwise, you may experience vocal distortion.
Declared In
AgoraEnumerates.h
. AgoraChatBeautifierVitality
-
A more vital voice.
Note
Agora recommends using this enumerator to process a female-sounding voice; otherwise, you may experience vocal distortion.
Declared In
AgoraEnumerates.h
. AgoraSingingBeautifier
-
Singing beautifier effect.
- If you call setVoiceBeautifierPreset(AgoraSingingBeautifier), you can beautify a male-sounding voice and add a reverberation effect that sounds like singing in a small room. Agora recommends not using setVoiceBeautifierPreset(AgoraSingingBeautifier) to process a female-sounding voice; otherwise, you may experience vocal distortion.
- If you call setVoiceBeautifierParameters(AgoraSingingBeautifier, param1, param2), you can beautify a male- or female-sounding voice and add a reverberation effect.
Available in v3.3.0
Declared In
AgoraEnumerates.h
. AgoraTimbreTransformationVigorous
-
A more vigorous voice.
Declared In
AgoraEnumerates.h
. AgoraTimbreTransformationDeep
-
A deeper voice.
Declared In
AgoraEnumerates.h
. AgoraTimbreTransformationMellow
-
A mellower voice.
Declared In
AgoraEnumerates.h
. AgoraTimbreTransformationFalsetto
-
A falsetto voice.
Declared In
AgoraEnumerates.h
. AgoraTimbreTransformationFull
-
A fuller voice.
Declared In
AgoraEnumerates.h
. AgoraTimbreTransformationClear
-
A clearer voice.
Declared In
AgoraEnumerates.h
. AgoraTimbreTransformationResounding
-
A more resounding voice.
Declared In
AgoraEnumerates.h
. AgoraTimbreTransformationRinging
-
A more ringing voice.
Declared In
AgoraEnumerates.h
.
Declared In
AgoraEnumerates.h