|
@@ -1,121 +1,121 @@
|
|
-import 'package:agora_rtc_engine/rtc_engine.dart';
|
|
|
|
|
|
+import 'package:agora_rtc_engine/agora_rtc_engine.dart';
|
|
|
|
|
|
/// VoiceChangeConfig
|
|
/// VoiceChangeConfig
|
|
const VoiceChangeConfig = [
|
|
const VoiceChangeConfig = [
|
|
{
|
|
{
|
|
'alertTitle': 'Set Chat Beautifier',
|
|
'alertTitle': 'Set Chat Beautifier',
|
|
'options': [
|
|
'options': [
|
|
- {'text': 'Off', 'type': VoiceBeautifierPreset.VoiceBeautifierOff},
|
|
|
|
|
|
+ {'text': 'Off', 'type': VoiceBeautifierPreset.voiceBeautifierOff},
|
|
{
|
|
{
|
|
'text': 'FemaleFresh',
|
|
'text': 'FemaleFresh',
|
|
- 'type': VoiceBeautifierPreset.ChatBeautifierFresh
|
|
|
|
|
|
+ 'type': VoiceBeautifierPreset.chatBeautifierFresh
|
|
},
|
|
},
|
|
{
|
|
{
|
|
'text': 'FemaleVitality',
|
|
'text': 'FemaleVitality',
|
|
- 'type': VoiceBeautifierPreset.ChatBeautifierVitality,
|
|
|
|
|
|
+ 'type': VoiceBeautifierPreset.chatBeautifierVitality,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
'text': 'Vigorous',
|
|
'text': 'Vigorous',
|
|
- 'type': VoiceBeautifierPreset.ChatBeautifierMagnetic
|
|
|
|
|
|
+ 'type': VoiceBeautifierPreset.chatBeautifierMagnetic
|
|
},
|
|
},
|
|
],
|
|
],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
'alertTitle': 'Set Timbre Transformation',
|
|
'alertTitle': 'Set Timbre Transformation',
|
|
'options': [
|
|
'options': [
|
|
- {'text': 'Off', 'type': VoiceBeautifierPreset.VoiceBeautifierOff},
|
|
|
|
|
|
+ {'text': 'Off', 'type': VoiceBeautifierPreset.voiceBeautifierOff},
|
|
{
|
|
{
|
|
'text': 'Vigorous',
|
|
'text': 'Vigorous',
|
|
- 'type': VoiceBeautifierPreset.TimbreTransformationVigorous,
|
|
|
|
|
|
+ 'type': VoiceBeautifierPreset.timbreTransformationVigorous,
|
|
},
|
|
},
|
|
- {'text': 'Deep', 'type': VoiceBeautifierPreset.TimbreTransformationDeep},
|
|
|
|
|
|
+ {'text': 'Deep', 'type': VoiceBeautifierPreset.timbreTransformationDeep},
|
|
{
|
|
{
|
|
'text': 'Mellow',
|
|
'text': 'Mellow',
|
|
- 'type': VoiceBeautifierPreset.TimbreTransformationMellow,
|
|
|
|
|
|
+ 'type': VoiceBeautifierPreset.timbreTransformationMellow,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
'text': 'Falsetto',
|
|
'text': 'Falsetto',
|
|
- 'type': VoiceBeautifierPreset.TimbreTransformationFalsetto,
|
|
|
|
|
|
+ 'type': VoiceBeautifierPreset.timbreTransformationFalsetto,
|
|
},
|
|
},
|
|
- {'text': 'Full', 'type': VoiceBeautifierPreset.TimbreTransformationFull},
|
|
|
|
|
|
+ {'text': 'Full', 'type': VoiceBeautifierPreset.timbreTransformationFull},
|
|
{
|
|
{
|
|
'text': 'Clear',
|
|
'text': 'Clear',
|
|
- 'type': VoiceBeautifierPreset.TimbreTransformationClear
|
|
|
|
|
|
+ 'type': VoiceBeautifierPreset.timbreTransformationClear
|
|
},
|
|
},
|
|
{
|
|
{
|
|
'text': 'Resounding',
|
|
'text': 'Resounding',
|
|
- 'type': VoiceBeautifierPreset.TimbreTransformationResounding,
|
|
|
|
|
|
+ 'type': VoiceBeautifierPreset.timbreTransformationResounding,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
'text': 'Ringing',
|
|
'text': 'Ringing',
|
|
- 'type': VoiceBeautifierPreset.TimbreTransformationRinging,
|
|
|
|
|
|
+ 'type': VoiceBeautifierPreset.timbreTransformationRinging,
|
|
},
|
|
},
|
|
],
|
|
],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
'alertTitle': 'Set Style Transformation',
|
|
'alertTitle': 'Set Style Transformation',
|
|
'options': [
|
|
'options': [
|
|
- {'text': 'Off', 'type': AudioEffectPreset.AudioEffectOff},
|
|
|
|
- {'text': 'Pop', 'type': AudioEffectPreset.StyleTransformationPopular},
|
|
|
|
- {'text': 'R&B', 'type': AudioEffectPreset.StyleTransformationRnB},
|
|
|
|
|
|
+ {'text': 'Off', 'type': AudioEffectPreset.audioEffectOff},
|
|
|
|
+ {'text': 'Pop', 'type': AudioEffectPreset.styleTransformationPopular},
|
|
|
|
+ {'text': 'R&B', 'type': AudioEffectPreset.styleTransformationRnb},
|
|
],
|
|
],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
'alertTitle': 'Set Voice Changer',
|
|
'alertTitle': 'Set Voice Changer',
|
|
'options': [
|
|
'options': [
|
|
- {'text': 'Off', 'type': AudioEffectPreset.AudioEffectOff},
|
|
|
|
|
|
+ {'text': 'Off', 'type': AudioEffectPreset.audioEffectOff},
|
|
{
|
|
{
|
|
'text': 'FxUncle',
|
|
'text': 'FxUncle',
|
|
- 'type': AudioEffectPreset.VoiceChangerEffectUncle,
|
|
|
|
|
|
+ 'type': AudioEffectPreset.voiceChangerEffectUncle,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
'text': 'Old Man',
|
|
'text': 'Old Man',
|
|
- 'type': AudioEffectPreset.VoiceChangerEffectOldMan,
|
|
|
|
|
|
+ 'type': AudioEffectPreset.voiceChangerEffectOldman,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
'text': 'Baby Boy',
|
|
'text': 'Baby Boy',
|
|
- 'type': AudioEffectPreset.VoiceChangerEffectBoy,
|
|
|
|
|
|
+ 'type': AudioEffectPreset.voiceChangerEffectBoy,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
'text': 'FxSister',
|
|
'text': 'FxSister',
|
|
- 'type': AudioEffectPreset.VoiceChangerEffectSister,
|
|
|
|
|
|
+ 'type': AudioEffectPreset.voiceChangerEffectSister,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
'text': 'Baby Girl',
|
|
'text': 'Baby Girl',
|
|
- 'type': AudioEffectPreset.VoiceChangerEffectGirl,
|
|
|
|
|
|
+ 'type': AudioEffectPreset.voiceChangerEffectGirl,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
'text': 'ZhuBaJie',
|
|
'text': 'ZhuBaJie',
|
|
- 'type': AudioEffectPreset.VoiceChangerEffectPigKing,
|
|
|
|
|
|
+ 'type': AudioEffectPreset.voiceChangerEffectPigking,
|
|
},
|
|
},
|
|
- {'text': 'Hulk', 'type': AudioEffectPreset.VoiceChangerEffectHulk},
|
|
|
|
|
|
+ {'text': 'Hulk', 'type': AudioEffectPreset.voiceChangerEffectHulk},
|
|
],
|
|
],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
'alertTitle': 'Set Room Acoustics',
|
|
'alertTitle': 'Set Room Acoustics',
|
|
'options': [
|
|
'options': [
|
|
- {'text': 'Off', 'type': AudioEffectPreset.AudioEffectOff},
|
|
|
|
|
|
+ {'text': 'Off', 'type': AudioEffectPreset.audioEffectOff},
|
|
{'text': 'KTV', 'type': AudioEffectPreset.RoomAcousticsKTV},
|
|
{'text': 'KTV', 'type': AudioEffectPreset.RoomAcousticsKTV},
|
|
- {'text': 'Concert', 'type': AudioEffectPreset.RoomAcousticsVocalConcert},
|
|
|
|
- {'text': 'Studio', 'type': AudioEffectPreset.RoomAcousticsStudio},
|
|
|
|
- {'text': 'Phonograph', 'type': AudioEffectPreset.RoomAcousticsPhonograph},
|
|
|
|
|
|
+ {'text': 'Concert', 'type': AudioEffectPreset.roomAcousticsVocalConcert},
|
|
|
|
+ {'text': 'Studio', 'type': AudioEffectPreset.roomAcousticsStudio},
|
|
|
|
+ {'text': 'Phonograph', 'type': AudioEffectPreset.roomAcousticsPhonograph},
|
|
{
|
|
{
|
|
'text': 'Virtual Stereo',
|
|
'text': 'Virtual Stereo',
|
|
- 'type': AudioEffectPreset.RoomAcousticsVirtualStereo,
|
|
|
|
|
|
+ 'type': AudioEffectPreset.roomAcousticsVirtualStereo,
|
|
},
|
|
},
|
|
- {'text': 'Spacial', 'type': AudioEffectPreset.RoomAcousticsSpacial},
|
|
|
|
- {'text': 'Ethereal', 'type': AudioEffectPreset.RoomAcousticsEthereal},
|
|
|
|
|
|
+ {'text': 'Spacial', 'type': AudioEffectPreset.roomAcousticsSpacial},
|
|
|
|
+ {'text': 'Ethereal', 'type': AudioEffectPreset.roomAcousticsEthereal},
|
|
{
|
|
{
|
|
'text': '3D Voice',
|
|
'text': '3D Voice',
|
|
- 'type': AudioEffectPreset.RoomAcoustics3DVoice,
|
|
|
|
|
|
+ 'type': AudioEffectPreset.roomAcoustics3dVoice,
|
|
},
|
|
},
|
|
],
|
|
],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
'alertTitle': 'Set Pitch Correction',
|
|
'alertTitle': 'Set Pitch Correction',
|
|
'options': [
|
|
'options': [
|
|
- {'text': 'Off', 'type': AudioEffectPreset.AudioEffectOff},
|
|
|
|
- {'text': 'Pitch Correction', 'type': AudioEffectPreset.PitchCorrection},
|
|
|
|
|
|
+ {'text': 'Off', 'type': AudioEffectPreset.audioEffectOff},
|
|
|
|
+ {'text': 'Pitch Correction', 'type': AudioEffectPreset.pitchCorrection},
|
|
],
|
|
],
|
|
},
|
|
},
|
|
];
|
|
];
|