VoiceCover constructor
const
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,
Implementation
const VoiceCover({
required this.key,
this.webhook,
this.trackId,
required this.initAudio,
this.modelId,
this.pitch,
this.algorithm,
this.rate,
this.seed,
this.language,
this.emotion = 'neutral',
this.speed,
this.radius,
this.mix,
this.hopLength,
this.originality,
this.leadVoiceVolumeDelta,
this.backupVoiceVolumeDelta,
this.instrumentVolumeDelta,
this.reverbSize,
this.wetness,
this.dryness,
this.damping,
this.base64,
this.temp,
});