-2

I am working on Text to speech application in iPhone,

in which have a text View that takes input,i want user to select some portion of text from text view and my application will convert that selected text into speech.

my problem is which SDK/API i use to convert that selected text in speech

Thanks.

Anupdas
  • 10,211
  • 2
  • 35
  • 60
Pooja Jalan
  • 604
  • 7
  • 9
  • http://stackoverflow.com/questions/1102244/iphone-api-for-text-to-speech-feature check out this link – Jitendra Jul 08 '13 at 05:24

2 Answers2

0

Hi there is no SDK given by Apple . But you can use many external sdk like iSpeech.

http://code4app.net/ios/VoiceTTS-Demo/50cbf9f86803fa2d30000000

Midhun MP
  • 103,496
  • 31
  • 153
  • 200
iKushal
  • 2,689
  • 24
  • 20
  • Please include the essential parts of the solution here in the answer. If the link ever goes dark this answer will become useless. – ChrisF Jul 08 '13 at 14:04
0

Please refer below link,which will provide the best solution of your query.

http://www.codeproject.com/Articles/316701/ESpeakEngine-Objective-C-speech-synthesizer

Good Luck !!!

Jitendra
  • 5,055
  • 2
  • 22
  • 42
Dipak Narigara
  • 1,796
  • 16
  • 18
  • Please include the essential parts of the solution here in the answer. If the link ever goes dark this answer will become useless. – ChrisF Jul 08 '13 at 14:04