TtsParams constructor
TtsParams({})
Implementation
TtsParams({
this.vcn = 'x2_xiaojuan',
this.speed = 50,
this.pitch = 50,
this.volume = 50,
this.streamType = 3,
this.ent = TtsEngineType.xtts,
this.bufferTime = 0,
this.playMode = PlayMode.sdk,
this.audioFocus = false,
});