Questions tagged [android-speech-api]

The API for Android platform that provides support for both speech recognition and speech synthesis.

The API for Android platform that provides support for both speech recognition and speech synthesis.

62 questions
0
votes
1 answer

SpeechRecognitionService with word recognition

The title it's not clear i think. In my project i want a service that runs in background and when the user says "hello phone" or some word/phrase my app starts to recognize the voice. Actually it "works" but not in right way... I have a service and…
Atlas91
  • 5,754
  • 17
  • 69
  • 141
0
votes
0 answers

how to record a voice when user is talking and how to play recorded voice when user was stop talking ?

I am writing SpeechRecognizer class inside service class to recognize the voice and to record and play it in background continuously, but this code was not working. Can any one give me an Idea how can I do that? This is my Activity class: public…
1 2 3 4
5