TTSConfiguration constructor
const
TTSConfiguration({})
Implementation
const TTSConfiguration({
this.voice = 'system',
this.language = 'en-US',
this.speakingRate = 0.5,
this.pitch = 1.0,
this.volume = 1.0,
this.audioFormat = 'pcm',
});