VoiceCover class

Constructors

VoiceCover({required String key, String? webhook, String? trackId, required dynamic initAudio, String? modelId, String? pitch, String? algorithm, String? rate, String? seed, String? language, String? emotion = 'neutral', double? speed, double? radius, double? mix, int? hopLength, double? originality, int? leadVoiceVolumeDelta, int? backupVoiceVolumeDelta, int? instrumentVolumeDelta, double? reverbSize, double? wetness, double? dryness, double? damping, bool? base64, double? temp})
const
VoiceCover.fromJson(Map<String, dynamic> json)
factory

Properties

algorithm String?
final
backupVoiceVolumeDelta int?
final
base64 bool?
final
damping double?
final
dryness double?
final
emotion String?
final
hashCode int
The hash code for this object.
no setterinherited
hopLength int?
final
initAudio → dynamic
final
instrumentVolumeDelta int?
final
key String
final
language String?
final
leadVoiceVolumeDelta int?
final
mix double?
final
modelId String?
final
originality double?
final
pitch String?
final
radius double?
final
rate String?
final
reverbSize double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seed String?
final
speed double?
final
temp double?
final
trackId String?
final
webhook String?
final
wetness double?
final

Methods

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

Operators

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