PDA

View Full Version : Speech Recognition API


Talyn
2008.09.01, 02:23 PM
Anyone know if the speech recognition capabilities have a released API yet? If so, is there anything extraneous I need to do in order to access speech recognition for an application?

OneSadCookie
2008.09.01, 04:04 PM
http://developer.apple.com/documentation/Cocoa/Conceptual/Speech/Articles/RecognizeSpeech.html

You should know that it is utterly useless and cannot actually recognize the speech of most people :p

Talyn
2008.09.01, 06:39 PM
http://developer.apple.com/documentation/Cocoa/Conceptual/Speech/Articles/RecognizeSpeech.html

You should know that it is utterly useless and cannot actually recognize the speech of most people :p

Awesome thank you. I have used the Speech Commands stuff, and while it's not perfect, it's a lot better than most other spoken commands I've used on other systems. Just thought it might be kind of cool to mess around with it and see what I can come up with. Thanks again.