0

I want to create an android app that can recognize user's voice and authenticate the user, Can anyone help me to find any library code or algorithm?

thanks in advance

Haider
  • 84
  • 1
  • 1
  • 5
  • 1
    Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. – Lexi Sep 29 '16 at 13:39
  • https://www.javacodegeeks.com/2012/08/android-voice-recognition-tutorial.html – Aman Grover Sep 29 '16 at 13:49
  • Possible duplicate of [Voice Biometrics for Android](http://stackoverflow.com/questions/25757102/voice-biometrics-for-android) – Nikolay Shmyrev Sep 29 '16 at 14:32

1 Answers1

2

Look at CsBence answer. link

Android does support voice authentication by its own. You can have this feature by using an external library. Several companies offer online voice biometrics, but only a few offers offline.

If you are looking for offline voice authentication look at companies:

They both support multiple platforms.

Community
  • 1
  • 1
v78
  • 2,803
  • 21
  • 44