5

Possible Duplicate:
Text to speech on iPhone

i am new to tts technology in ios. Can somebody please tell me the effective TTS Library that support the common language localization for all languages , i tried ispeech, flite, OpenEar etc ,, but is there any other options , that are more effective with good sound quality. Thanks

Community
  • 1
  • 1
Sachin Siwal
  • 311
  • 1
  • 3
  • 13

1 Answers1

3

You can use:

  1. Google TTS
  2. Dragon
  3. Acapela
  4. Ivona
  5. Neo Speech

TTS Sample App here (Objective-C)

Here is a sample code of TTS (not working)

Note: I have no personal experience with the above mentioned TTS libraries except Dragon. It is a nice TTS library with Good Sound quality.

Community
  • 1
  • 1
Midhun MP
  • 103,496
  • 31
  • 153
  • 200
  • @SachinSiwal: with pleasure dude :) Happy coding :) – Midhun MP Dec 20 '12 at 05:27
  • Midhun I am trying to implement Map in IOS, that works in offline mode , do you have any idea regarding it , how to do it – Sachin Siwal Dec 20 '12 at 05:46
  • @SachinSiwal: I have no idea about it,please check these links http://appleinsider.com/articles/12/10/05/apples-new-ios-6-maps-support-automatic-offline-use-for-a-wide-area,http://stackoverflow.com/questions/2440845/cached-offline-maps-for-iphone,http://stackoverflow.com/questions/3193475/offline-map-from-sdk – Midhun MP Dec 20 '12 at 05:52
  • Here you can find a workind TTS sample app for iOS ---> https://github.com/jonbarlo/iPhoneTTSSampleApp – d1jhoni1b Aug 04 '16 at 09:06