-1

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!

rmaddy
  • 314,917
  • 42
  • 532
  • 579
AppleLover
  • 121
  • 1
  • 12

1 Answers1

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?

Community
  • 1
  • 1
brrystrw
  • 471
  • 7
  • 20