heremaps / here-android-sdk-examples

Java-based projects using the HERE SDK for Android.
Apache License 2.0
145 stars 191 forks source link

Ability to specify TTS engine to HERE SDK #474

Open bhavinmdesai opened 2 years ago

bhavinmdesai commented 2 years ago

Describe the bug Currently the voice prompts are based on the default text to speech engine of the phone. If there are multiple text to speech engines are available, it should be possible to pass the name of text to speech engine to the HERE SDK so that the SDK doesn't default to the one being used by default in the phone.

Additional context I am expecting something similar to TextToSpeech class of Android framework where it is possible to pass the engine name.