I want to develop an app which will respond or take an action when user say 'hello'.I want my app to be able to respond when i say particular word.How can i do that? Can anyone suggest me by code?Thanks!
Asked
Active
Viewed 174 times
-1
-
I'm not an iOS developer, but I would look for a way to integrate Siri's technology. – GabrielF Feb 28 '14 at 18:29
-
Seems like it's not possible to integrate Siri. But see this: http://stackoverflow.com/q/13860091/1970843 – GabrielF Feb 28 '14 at 18:30
-
3@GabrielF - your link is for a question regarding Text To Speech. He's asking for the opposite. – sangony Feb 28 '14 at 18:46
1 Answers
1
There are some libraries available to work with voice recognization, apparently the most used is OpenEars.
But there are others as has been said in this topic: How to use Speech Recognition inside the iOS SDK?