1

I'm starting with the IPhone app where I want to start app using voice control. The app should start when we speak word in IPhone. I'm using OpenEars framework.

Thanks

user1926201
  • 113
  • 3
  • 10

1 Answers1

1

No, this is not possible in a iPhone. Siri might have some capabilities built-in but Apple has so far not exposed any such API's to app developers. OpenEars Framework might understand what the user is talking but there is no way to open an App based on that.

For a jailbroken iPhone there is a possibility to do this. VoiceActivator for iOS allows voice controlled commands. But it wont run on a normal iPhone.

Hope this helps...

Srikar Appalaraju
  • 71,928
  • 54
  • 216
  • 264