您的位置:首页 > 其它

iPhone speech recognition API?

2012-09-22 15:42 671 查看

http://stackoverflow.com/questions/1121548/iphone-speech-recognition-api/1121595#1121595

up vote
6
down vote
favorite
14

The new iPhone 3GS has support for voice commands, stuff like "call Bill" or "play music by the strokes" and whatnot.

I was looking through the iPhone SDK, but I cannot find any references to this capability. All of the search keywords I choose seem to only find the new voice chat functionality.

Does anyone know whether Apple has added voice command APIs to the SDK, or whether it's yet another forbidden API? If it does exist, could someone point a particular class out to me?

iphone

iphone-sdk-3.0
share|edit
asked
Jul 13 '09 at 19:24




CaptainAwesomePants

4,67252654

87% accept rate
1
What is the voice chat capability? Is there an API hook for TTS? I've been looking for that. – Xcoder
Jul 13 '09 at 19:28
2
Apparently there's not (other than the accessibility stuff). The voice chat stuff is new. It's specifically for allowing two iPhone users to speak with each other over a data stream. It's designed for use in games. – CaptainAwesomePants
Jul 13 '09 at 20:58
feedback

3 Answers

activeoldestvotes

up vote
5
down vote
accepted
The SDK does not support either voice recognition or text to speech. Voice recognition is only available through the Voice control app, and text to speech is only available through the accessibility APIs when accessibility is turned on.

share|edit
answered
Jul 13 '09 at 19:33




Louis Gerbarg

25.3k44668

Is this still current as of 2011? – FreshCode
May 15 '11 at 20:37
feedback
up vote
14
down vote
OpenEars is a really nice Objective-C API for CMU Sphinx. Worth checking out if you want to incorporate CMU Sphinx in your app.

share|edit
answered
Sep 28 '10 at 15:53




Simon Whitaker

6,2571132

Thanks a lot for this :) – Richard J. Ross III
Jun 15 '11 at 19:31
feedback
up vote
4
down vote
One could try to bundle
poketsphinx speech recognition library from the
CMU Sphinx project. It is a open sourcelarge vocabulary, speaker-independent continuous speech recognitionengine. Chech the

README to see how to set up in XCode.

share|edit
edited
Apr 19 '10 at 10:16

answered
Apr 18 '10 at 21:44




clyfe

10.5k12252

7
I wrote a wrapper for pocket sphinx that helps setup as well:
github.com/KingOfBrian/VocalKitBrian King
May 14 '10 at 22:25
Hi brian do you have any example which uses VocalKit if so please share it with me.thanks in adv. – ravoorinandan
Jul 27 '11 at 6:14
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: