简体   繁体   English

iPhone中的语音识别?

[英]Voice Recognition in iPhone?

I have seen many application doing voice recognition on the iphone. 我见过很多应用程序在iphone上进行语音识别。

I have already gone through the following questions of stackoverflow: - iPhone App › Add voice recognition? 我已经解决了stackoverflow的以下问题: - iPhone App>添加语音识别? - can we do voice calling in the iphone? - 我们可以在iPhone上拨打语音吗?

However I couldn't find sufficient knowledge. 但是我找不到足够的知识。

I have to develop an application which should have following functionality: 我必须开发一个应具有以下功能的应用程序:

=>Store list of students in database => i can do
=>Retrieve in to tableView => i can do
=>Find student by voice recognition => dont know how?**

I don't know how to do the voice recognition part, can you guide me to correct way? 我不知道如何做语音识别部分,你能指导我纠正方法吗?

How to record a voice & search student accordingly? 如何录制语音和搜索学生?

Thanks in advance. 提前致谢。

Look again at the answer to this question . 再看一下这个问题的答案。 Particularly: 尤其:

Apple has not opened up any APIs to access voice dialing (or any of the other voice controlling features) to third party developers. Apple尚未开放任何API来访问第三方开发人员的语音拨号(或任何其他语音控制功能)。 However, if you want to create your own voice recognition algorithms this can be done. 但是,如果您想创建自己的语音识别算法,可以这样做。

You need to do it yourself somehow. 你需要以某种方式自己做。 The other question you linked to has some good suggestions on that. 你链接的另一个问题对此提出了一些很好的建议。

如果您想使用第三方工具进行语音识别,可以访问以下链接: http//www.voicevault.com/qtech.aspx?q = 4

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM