AudioReverbPreset enum
The preset local voice reverberation option.
Values
- Off → const AudioReverbPreset
-
Turn off local voice reverberation, that is, to use the original voice.
- Popular → const AudioReverbPreset
-
The reverberation style typical of popular music (enhanced).
- RnB → const AudioReverbPreset
-
The reverberation style typical of R&B music (enhanced).
- Rock → const AudioReverbPreset
-
The reverberation style typical of rock music.
- HipHop → const AudioReverbPreset
-
The reverberation style typical of hip-hop music.
- VocalConcert → const AudioReverbPreset
-
The reverberation style typical of a concert hall.
- KTV → const AudioReverbPreset
-
The reverberation style typical of a KTV venue (enhanced).
- Studio → const AudioReverbPreset
-
The reverberation style typical of a recording studio (enhanced).
- FX_KTV → const AudioReverbPreset
-
The reverberation style typical of a KTV venue (enhanced).
- FX_VOCAL_CONCERT → const AudioReverbPreset
-
The reverberation style typical of a concert hall (enhanced).
- FX_UNCLE → const AudioReverbPreset
-
The reverberation style typical of an uncle’s voice.
- FX_SISTER → const AudioReverbPreset
-
The reverberation style typical of a sister’s voice.
- FX_STUDIO → const AudioReverbPreset
-
The reverberation style typical of a recording studio (enhanced).
- FX_POPULAR → const AudioReverbPreset
-
The reverberation style typical of popular music (enhanced).
- FX_RNB → const AudioReverbPreset
-
The reverberation style typical of R&B music (enhanced).
- FX_PHONOGRAPH → const AudioReverbPreset
-
The reverberation style typical of the vintage phonograph.
- VIRTUAL_STEREO → const AudioReverbPreset
-
The reverberation of the virtual stereo. The virtual stereo is an effect that renders the monophonic audio as the stereo audio, so that all users in the channel can hear the stereo voice effect. To achieve better virtual stereo reverberation, Agora recommends setting the
profile
parameter in RtcEngine.setAudioProfile as AudioProfile.MusicHighQualityStereo.
Properties
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<
AudioReverbPreset> - A constant List of the values in this enum, in order of their declaration.