iPhone 应用程序 › 添加语音识别?

发布于 2024-11-18 21:33:34 字数 1536 浏览 5 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

东走西顾 2024-11-25 21:33:34

OpenEars 看起来很有前途......
http://www.politepix.com/openears/

基于 Pocket Sphinx。

OpenEars looks promising...
http://www.politepix.com/openears/

Based on Pocket Sphinx.

伊面 2024-11-25 21:33:34

如果您从维基百科开始,您将获得一个很好的列表引擎(http:// en.wikipedia.org/wiki/Speech_recognition#Commercial_software.2Fmiddleware

当我写这篇文章时(6 月 24 日, 2009)在我看来,这是两个可行的开源解决方案

两者已在 iPhone 应用程序中使用,但 iPhone 友好的源代码并不容易获得。

当我编辑这篇文章时(2009 年 7 月 8 日),我最近了解到 Loquendo (http://www.loquendo.com /en/)具有适用于 iPhone 的语音识别和语音合成(ASR 和 TTS)。

If you start here at wikipedia, you'll get a good list engines (http://en.wikipedia.org/wiki/Speech_recognition#Commercial_software.2Fmiddleware)

As I write this (June 24, 2009) it looks to me that are two viable open source solutions

Both have been used in iphone apps, but the iphone friendly source isn't readily available.

As I edit this (8 July, 2009) I recently learned that Loquendo (http://www.loquendo.com/en/) has voice recognition and speech synthesis (ASR & TTS) for the iphone.

何止钟意 2024-11-25 21:33:34

最好的方法可能是:

  1. 在手机上录制语音
  2. 将录音发送到运行语音识别软件的服务器
  3. 然后向手机返回一些内容以指示它应该做什么

The best approach will probably be to:

  1. Record the voice on the phone
  2. Send the recording to a server that runs the speech recognition software
  3. Then return something to the phone to indicate what it should do
泅渡 2024-11-25 21:33:34

Nuance 的 Dragon Mobile SDK 可以满足要求。您需要互联网连接才能将音频发送到 Nuance 的服务器,并获得文本响应列表。然后,您可以决定如何处理文本响应(例如,要求您的用户选择他想要的内容或执行某些操作)。这是链接:

http://dragonmobile.nuancemobiledeveloper.com/

The Dragon Mobile SDK from Nuance does what is asked for. You need an internet connection to be able to send the audio to Nuance's server and you get a list of text responses. You can then decide what to do with the text responses (e.g. ask your user to choose the one he meant or perform some action). Here is the link:

http://dragonmobile.nuancemobiledeveloper.com/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文