Package-level declarations
This package contains the AndroidTextToSpeechEngine, an implementation of the TextToSpeechEngine using the Android's TextToSpeech class.
Types
Link copied to clipboard
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.