here-android-sdk-examples
here-android-sdk-examples copied to clipboard
How to disable TTS instance in Here?
Describe the bug We have a language not supported by Here voice catalog, so we fall back to Android Text to Speech. The issue is that if we have already initialised Here engine with a different language, we here them both when we start the map navigation.
Steps To Reproduce Steps to reproduce the behavior:
- Start map navigation in English
- Change language to Romanian
- Start map navigation and you hear English and then Romanian
Expected behavior Hear navigation in Romanian only. We tried NavigationMAnager.stop() NavigationManager.audio.stop delete the catalog..nothing worked to not use Here tts instance in that case.
Screenshots If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
- Device: Pixel 3
- OS: e.g. Android 12
- SDK Version: [e.g. 3.17.2]
Additional context Add any other helpful context about the problem here.