0

I am implementing one iphone applicaion in which i want to implement below functionality.

1)User can put input text.After pressing on ok button this text should convert in audio file. 2)User can draw text on the iphone screen and after pressign ok button text should convert in auddio file.

Is it possible i dont know Can you give me advice for that.

Thanks in advance

ManthanDalal
  • 1,063
  • 2
  • 20
  • 45
  • Refer the [link](http://stackoverflow.com/questions/1102244/iphone-api-for-text-to-speech-feature). – YPK Jun 30 '11 at 10:25

1 Answers1

1

You can look at Acapela TTS Library

http://www.acapela-for-iphone.com/blog

jigneshbrahmkhatri
  • 3,627
  • 2
  • 21
  • 33
  • User can draw text on the iphone screen and after pressign ok button text should convert in audio file. is it possible? – ManthanDalal Jun 30 '11 at 12:00
  • Yes, User will write text in textfield and clicking on button, that text will be converted into audio file – jigneshbrahmkhatri Jun 30 '11 at 12:01
  • No not in text field...My question is user can draw text on the iphone screen and that shoud be convert in to audio. Should we get text from the drawn text on the iphone screen? – ManthanDalal Jun 30 '11 at 12:05