Speech Recognition on iPhone

后端 未结 4 1528
星月不相逢
星月不相逢 2020-12-01 15:14

I need to develop an iPhone application which recognizes speech, and based on the result it performs further tasks.

I know iPhone 3.0 doesn\'t support speech recogni

相关标签:
4条回答
  • 2020-12-01 15:59

    Getting speech recognition right is very tricky and an active research area.

    There are a few open-source solutions out there, though, see here. An additional, new one is SCARF, but I don't know if that is ready to use or rather just a proof of concept.

    0 讨论(0)
  • 2020-12-01 16:03

    Check out the Nuance Mobile Developer program. We've got libraries for various platforms (including iOS) and an HTTP service if necessary.

    0 讨论(0)
  • 2020-12-01 16:04

    The best open source speech recognition package I know of is Sphinx.
    http://cmusphinx.sourceforge.net/

    Otherwise, I would suggest looking into Nuance software.

    Current speech recognition does well with a limited grammar set (if you know what they are going to say). Open dictation still doesn't quite work well enough to be used reliably for many applications. Keep that in mind while developing your application. I'm hoping now that Google is getting into the transcription game (with Google Voice) that should start improving. I'm thinking they will probably have something in the future.

    0 讨论(0)
  • 2020-12-01 16:04

    I don't think there are many server side speech recognition software suites. Open source versions seem virtually non-existent. You might want to take a look at this SDK though:

    http://www.scribd.com/doc/17247334/Creaceed-Releases-iPhone-Speech-Recognition-SDK http://www.creaceed.com/weblog/ceedvocalsdk.html

    It might allow you to do what you want on the iPhone itself.

    0 讨论(0)
提交回复
热议问题