I am researching Voice Recognition on Android for a school project. I am having trouble finding information because a lot of questions use voice and speech recognition interchangeably.
What I want the app to be able to do is be able to distinguish between one person speaking or another (Was that John or Jill speaking). Looking through developer docs I came across RecognizerIntent.ACTION_RECOGNIZE_SPEECH
and SpeechRecognizer
and am wondering if these have the functionality that I am looking for. The RecognizerIntent doc mention speech so I am unsure. This app I found on github seems to be using it for my purpose.
Is what I am looking to do built into Android? I would appreciate being pointed in the right direction.
You can search the web for "android speaker recognition".
When I tried this, quite a few interesting links showed up, but there was just one app on the first result page: SpeakerVerify. It is actually an educational tool, so it might be perfect for your needs.