2

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.

Github Link

Is what I am looking to do built into Android? I would appreciate being pointed in the right direction.

user2457541
  • 105
  • 2
  • 3
  • 11

1 Answers1

1

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.

cybersam
  • 63,203
  • 6
  • 53
  • 76