3

I have already created an application which retrievs information through web service. Now i thought about making the app read the titles and the user selected content.

Can I use any frameworks which would help me in making the text which I select to be in speech mode ie: It should read the content as similar as Windows speech Engine.

1 Answers1

3

Check out the below link. It'll help you.

http://artofsystems.blogspot.com/2009/02/speech-synthesis-on-iphone-with-flite.html

Mikayil Abdullayev
  • 12,117
  • 26
  • 122
  • 206
  • Thanks for the link. But Flite is a third party private api and i have heard that Apple does not accept it as an api, then what should we do? – SABARISH CHOKKALINGOM Jul 22 '11 at 07:12
  • Flite isn't a private API, so there should be no issue submitting an app which uses it and it is used by many apps in the App Store (including one of my own). Here is a previous discussion on the topic: http://stackoverflow.com/questions/1102244/iphone-api-for-text-to-speech-feature – Halle Jul 22 '11 at 20:23