ZegoVoiceChangerParam class

变声器参数

开发者可以使用 SDK 的内置预置来改变变声器的参数。

Constructors

ZegoVoiceChangerParam(double pitch)

Properties

hashCode → int
The hash code for this object.
no setterinherited
pitch ↔ double
音调参数,取值范围 -12.0, 12.0,数值越大声音越尖,设为 0.0 即关闭变声器。注意在 2.18.0 及更老版本上,取值范围为 -8.0, 8.0
getter/setter pair
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