Reputation: 739
I want to track voice by using voice recognition functionality in iPhone App for security purposes.
Every user can record his/her voice and open the application by his/her voice being recognized only which was recored and stored in a database.
Does anyone have an idea or sample application for this functionality and how to implement it within an iPhone Application?
Upvotes: 2
Views: 2042
Reputation: 17540
Check out Mobbeel. They have biometric security solutions (iris, voice, face, hand geometry) for Android and iOS devices. You might want to check out Nuance's biometric solutions also. There is an open source biometric solution on SourceForge, but it does not seem to be very active. Also check out this QA on a Java voice biometric solution.
Upvotes: 4