0

I have an app which uses voice recognition and tts. I want to use this app through bluetooth headset. I used code from this question: Using the Android RecognizerIntent with a bluetooth headset

Unfotunately, it did not work for me neither recording nor playing. I added in startBluetooth11 method:

mAudioManager.setMode(AudioManager.MODE_IN_CALL);

This make recording working. But still can't get microphone to work.

Community
  • 1
  • 1
latata
  • 1,703
  • 5
  • 27
  • 57
  • @ladata, did you manage to solve the problem? I am facing the same problem, the voice recognition simply times out, it seems it is trying to get hold of the Bluetooth microphone but couldn't reach it. I am surprised it didn't route to the Phone microphone in case if it didn't get hold of the Bluetooth microphone. – AndroidDev Feb 20 '14 at 15:49
  • @Harish, sorry I didn't cope with this :( Please let me know if you manage to solve it. – latata Feb 21 '14 at 19:07

0 Answers0