TTSPlayerOptions
Options for the createTTSPlayer method.
Props
language
language: Voice
Language and voice to be used. Lists of all supported languages: VoiceList.Amazon, VoiceList.Google, VoiceList.IBM, VoiceList.Microsoft, VoiceList.Tinkoff, VoiceList.Yandex, and VoiceList.Default. The default value is VoiceList.Amazon.en_US_Joanna.
progressivePlayback
progressivePlayback: undefined
| false
| true
Use progressive playback or not. If true, the generated speech will be delivered in chunks which reduces delay before a method call and playback. It's false by default.
ttsOptions
ttsOptions:
Optional parameters for TTS. Note that support of the ttsOptions.pitch parameter depends on the language and dictionary used. For unsupported combinations the CallEvents.PlaybackFinished event will be triggered with error 400.