Compare audio files for “Voice Authentication”

扶醉桌前 提交于 2019-12-19 08:03:19

问题


I'm developing an Iphone app. This application is used for storing user's personal data. For the security purpose we are looking to provide a new feature in our application, user can access the data after logged-in to the application. The issue is we need to provide "voice Authentication". Means, user can save a word like "hi" as his password by recording it. If he needs to log-in to our application he should speak the word "hi". And the two sounds are compared and if they match then user will be authenticated and log-in will be allowed. Is such a application is possible ? Is it possible to compare the voices in Iphone?

I researched on these links, but didn't get an Idea. Please help me. 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

来源:https://stackoverflow.com/questions/11020689/compare-audio-files-for-voice-authentication

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!