I have an application with multiple Google TTS prompts and using it with Bluetooth headsets including during voice calls. TTS is working fine on all devices except Samsung S3. On this device I could not hear TTS prompts, but logs are showing that everything in ok, even onUtteranceCompleted()
callback is called after end of speech.
Any ideas?
Asked
Active
Viewed 314 times
0

pbelov
- 445
- 6
- 20
-
Which stream type are you using? – ozbek Sep 23 '13 at 11:01
-
Nothing special. Just using `mTts.speak(text, TextToSpeech.QUEUE_FLUSH, params);` method – pbelov Sep 23 '13 at 14:45
-
See if [this](http://stackoverflow.com/questions/6963461/tts-output-always-going-to-a2dp) is going to help. – ozbek Sep 23 '13 at 15:56