AudioReverbPreset enum

Voice reverb presets.

Inheritance

Constructors

AudioReverbPreset()
const

Values

Off → const AudioReverbPreset

Turn off voice reverb, that is, to use the original voice.

The voice effect typical of popular music.

RnB → const AudioReverbPreset

The voice effect typical of R&B music.

Rock → const AudioReverbPreset

The reverb style typical of rock music.

HipHop → const AudioReverbPreset

The reverb style typical of hip-hop music.

VocalConcert → const AudioReverbPreset

The voice effect typical of a concert hall.

KTV → const AudioReverbPreset

The voice effect typical of a KTV venue.

Studio → const AudioReverbPreset

The voice effect typical of a recording studio.

FX_KTV → const AudioReverbPreset

The reverb style typical of a KTV venue (enhanced).

FX_VOCAL_CONCERT → const AudioReverbPreset

The reverb style typical of a concert hall (enhanced).

FX_UNCLE → const AudioReverbPreset

A middle-aged man's voice.

FX_SISTER → const AudioReverbPreset

The reverb style typical of a young woman's voice.

FX_STUDIO → const AudioReverbPreset

The reverb style typical of a recording studio (enhanced).

The reverb style typical of popular music (enhanced).

FX_RNB → const AudioReverbPreset

The reverb style typical of R&B music (enhanced).

FX_PHONOGRAPH → const AudioReverbPreset

The voice effect typical of a 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.

AUDIO_ELECTRONIC_VOICE → const AudioReverbPreset

A pitch correction effect that corrects the user's pitch based on the pitch of the natural C major scale.

AUDIO_THREEDIM_VOICE → const AudioReverbPreset

A 3D voice effect that makes the voice appear to be moving around the user.

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<AudioReverbPreset>
A constant List of the values in this enum, in order of their declaration.