ZegoVoiceChangerParam class

Voice changer parameter.

Developer can use the built-in presets of the SDK to change the parameters of the voice changer.

Constructors

ZegoVoiceChangerParam(double pitch)

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
pitch ↔ double
Pitch parameter, value range -12.0, 12.0, the larger the value, the sharper the sound, set it to 0.0 to turn off. Note the tone-shifting sound effect is only effective for the sound played by the media player, and does not change the tone collected by the microphone. Note that on v2.18.0 and older version, the value range is -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