NERtcReverbParam class

混响参数

Constructors

NERtcReverbParam({double damping = 1.0, double decayTime = 0.1, double dryGain = 1.0, double wetGain = 0.0, double roomSize = 0.1, double preDelay = 0.0})

Properties

damping double
混响阻尼,取值范围为 0 ~ 1
getter/setter pair
decayTime double
持续强度(余响),取值范围为 0.1 ~ 20
getter/setter pair
dryGain double
干信号,取值范围为 0 ~ 1
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
preDelay double
延迟长度,取值范围为 0 ~ 1
getter/setter pair
roomSize double
房间大小,取值范围为 0.1 ~ 2
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wetGain double
湿信号,取值范围为 0 ~ 1
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited