amaurycrickx / recognito

Java Speaker Recognition Framework
Apache License 2.0
191 stars 102 forks source link

Authentication use case #10

Closed ivan-liljeqvist closed 7 years ago

ivan-liljeqvist commented 8 years ago

Hi! I want to use recognito for authentication purposes. However, when you try to authenticate a voice recognito doesnt know it just picks a random entry instead of saying "Voice unrecognized" or something.

I know it's expected behaviour but can you make it reject unrecognized voices somehow?

amaurycrickx commented 7 years ago

I would think the threshold depends on your use case. A confidence ratio is returned in the results so you can decide where to put the balance between false positives and false negatives.