6

I am developing an iPad app. I want to integrate SIRI functionality in it.

So, please guide me to work on this. Actually I don't know how to start.

Thanks,

Cp

Code Hunter
  • 10,075
  • 23
  • 72
  • 102

1 Answers1

12

Till now apple not released siri's api for third party applications.

If you are looking for text-to-speech, speech-to-text functionality. There are alot of external api's like:

  1. Nuance - Dragon
  2. ispeech
  3. OpenEars

And a lot of other api's.

OpenEars is a opensource offline api, and the other two are paid and online.

Midhun MP
  • 103,496
  • 31
  • 153
  • 200
  • For more text-to-speech libraries check my answer on this question http://stackoverflow.com/questions/13860091/ios-text-to-speech-conversion/13860374#13860374 – Midhun MP Dec 20 '12 at 05:19