VoiceReverbConfig class
Voice reverb effect.
Properties
- damping → double
-
The damping index of the reverb effect. The range is
[0.0, 100.0]
. The default value is50.0f
.final - decayTime → double
-
The decay time of the reverb effect. The range is
[0.0, 100.0]
. The default value is50.0f
.final - dryGain → double
-
The Intensity of the dry signal in dB. The range is
[-20.0, 10.0]
. The default value is0.0f
.final - hashCode → int
-
The hash code for this object.
no setterinherited
- preDelay → double
-
The delay of the wet signal in ms. The range is
[0.0, 200.0]
. The default value is0.0f
.final - roomSize → double
-
The room size for reverb simulation. The range is
[0.0, 100.0]
. The default value is50.0f
. The larger the room, the stronger the reverberation.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- wetGain → double
-
The Intensity of the wet signal in dB. The range is
[-20.0, 10.0]
. The default value is0.0f
.final
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