here-android-sdk-examples icon indicating copy to clipboard operation
here-android-sdk-examples copied to clipboard

How to disable TTS instance in Here?

Open ouafae31 opened this issue 3 years ago • 0 comments

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:

  1. Start map navigation in English
  2. Change language to Romanian
  3. 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.

ouafae31 avatar Aug 18 '22 10:08 ouafae31