Package-level declarations

This package contains the AndroidTextToSpeechEngine, an implementation of TextToSpeechEngine that uses Android's TextToSpeech class.

Types

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class AndroidTextToSpeechEngine : TextToSpeechEngine

TextToSpeechEngine implementation based on Android's TextToSpeech. An AndroidTextToSpeechEngine instance can only be used once it has completed its initialization. Implement the OnEngineReadyListener to be notified of the completion of the initialization. When you are done using the AndroidTextToSpeechEngine instance, call the close() method to release resources.