1

This is Google Voice Typing I would like to implement it on a activity (not IME), because it offers continous speech recognition.

I ve seen that some people (like those guys) create a service which contains a speech recognition loop. I would like to avoid that, and use Google Voice Typing and get partial results.

Community
  • 1
  • 1
Nacho Silva
  • 240
  • 1
  • 6

1 Answers1

0

You can use CMUSphinx, if your main goal is to recognize speech continuously. To achieve this using google speech recognition api, you might have to resort to continuous speech recognition which takes too much resources and drains the device battery.

On the other hand, Pocketsphinx works really great. It's fast enough to spot a key phrase and recognize voice commands behind the lock screen without users touching their device. And it does all this offline. You can try the demo.

Nana Ghartey
  • 7,901
  • 1
  • 24
  • 26