changeTextToSpeechEngine

fun changeTextToSpeechEngine(ttsEngine: TextToSpeechEngine)

Substitutes the current TextToSpeechEngine with a different one. TextToSpeechEngine.dispose is called on TextToSpeechEngine which is being replaced.

Parameters

ttsEngine

New TextToSpeechEngine to be used.