VoiceReverbConfig class
音频混响效果
Properties
- damping → double
-
混响的衰减阻尼大小,取值范围
[0.0, 100.0]
。默认值为50.0
。final - decayTime → double
-
混响的拖尾长度,取值范围
[0.0, 100.0]
。默认值为50.0
。final - dryGain → double
-
原始信号强度。取值范围
[-20.0, 10.0]
,单位为 dB。默认值为0.0
。final - hashCode → int
-
The hash code for this object.
no setterinherited
- preDelay → double
-
早期反射信号的延迟。取值范围
[0.0, 200.0]
,单位为 ms。默认值为0.0
。final - roomSize → double
-
混响模拟的房间大小,取值范围
[0.0, 100.0]
。默认值为50.0
。房间越大,混响越强。final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- wetGain → double
-
早期反射信号强度。取值范围
[-20.0, 10.0]
,单位为 dB。默认值为0.0
。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