比较audio文件的“语音身份validation”

我正在开发一个iPhone应用程序。 此应用程序用于存储用户的个人数据。 为了安全起见,我们希望在应用程序中提供新的function,用户可以在login到应用程序后访问数据。 问题是我们需要提供“语音authentication” 。 意思是说,用户可以通过logging来保存“hi”这个词作为他的密码。 如果他需要login我们的应用程序,他应该说“嗨”一词。 然后将这两个声音进行比较,如果它们匹配,则用户将被authentication并允许login。 这样的应用程序是可能的吗? 可以比较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