我'm developing an Iphone app. This application is used for storing user'的 Profiles . 出于安全目的,我们希望在我们的应用程序中提供新功能,用户可以在登录到应用程序后访问数据 . 问题是我们需要提供 "voice Authentication" . 意思是,用户可以通过录制来保存像"hi"这样的密码作为他的密码 . 如果他需要登录我们的应用程序,他应该说出"hi"这个词 . 并且将两个声音进行比较,如果它们匹配,则将对用户进行身份验证并允许登录 . 这样的申请是可能的吗?是否可以比较Iphone中的声音?

我研究了这些链接,但没有得到一个想法 . 请帮我 . http://developer.apple.com/library/mac/#documentation/AVFoundation/Reference/AVAudioPlayerClassReference/Reference/Reference.html

https://developer.apple.com/library/mac/#documentation/AVFoundation/Reference/AVAudioRecorder_ClassReference/Reference/Reference.html

https://developer.apple.com/library/mac/#documentation/musicaudio/reference/CoreAudioDataTypesRef/Reference/reference.html