ZegoVoiceChangerParam class

变声器参数

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

Constructors

ZegoVoiceChangerParam(double pitch)

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
pitch ↔ double
音调参数,取值范围 -12.0, 12.0,数值越大声音越尖,设为 0.0 即关闭变声器。注意:变调音效只针对媒体播放器播放的声音有效,不改变麦克风采集的音调。注意在 2.18.0 及更老版本上,取值范围为 -8.0, 8.0
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

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