Speech to text Conversion.?

前端 未结 3 594
感动是毒
感动是毒 2021-01-29 05:58

For My Iphone Application I need a speech to text library. Can any one suggest me a solution. After two days digging what i found is Google speech to text API a

3条回答
  •  半阙折子戏
    2021-01-29 06:53

    I don't think the Google APIs are intended for public use. They are services hosted by Google for Android and Chrome. People have reversed engineered the API and built some libraries to let people use it, but I wouldn't build a commercial application that relied on it (unless of course it was an Android or Chrome application).

    For iPhone, the great hope is that Apple will expose Siri or Nuance technology in the next OS update. There have been rumors but no announcements. See http://techcrunch.com/2011/05/06/apple-nuance-ios-siri/

    For iphone, I know that people have talked about Nuance, iSpeech, and Yapme and others.

    I'll point you to different SO questions for some more background. There are lots, but this might be helpful - Text-to-speech (voice generation) and speech-to-text (voice recognition) APIs?

提交回复
热议问题