1

I am looking for a way to learn a phrase (1-2 words) from user (eg. let him repeat it 3 times) and then recognize it when it is said again.

I want to include it into an android app, so a library in java or C++ would be the best, but I am thankful for any help or hint.

Nikolay Shmyrev
  • 24,897
  • 5
  • 43
  • 87
ferini
  • 1,908
  • 14
  • 17
  • Just to elaborate, I am looking for continuous recognition during the lifetime of my app. I unsuccesfully tried implementing it via [SpeechReecognizer](http://developer.android.com/reference/android/speech/SpeechRecognizer.html) in android. – ferini Oct 15 '15 at 17:37
  • There is no such library, though the algorithm is simple. Related question is http://stackoverflow.com/questions/15653466/simplest-algorithm-of-measuring-how-similar-of-two-short-audio – Nikolay Shmyrev Dec 28 '15 at 22:34
  • Also http://stackoverflow.com/questions/15763419/how-to-make-voice-recognition-check-against-a-local-database-in-android?lq=1 – Nikolay Shmyrev Dec 28 '15 at 22:37

0 Answers0