Is there any way we can convert text to speech in an iPhone app? Is it possible using the SDK?
Are there any third-party TTS engines available for the iPhone? (AFAIK Acapela is not yet released)
|
Is there any way we can convert text to speech in an iPhone app? Is it possible using the SDK? Are there any third-party TTS engines available for the iPhone? (AFAIK Acapela is not yet released) |
||||
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
I don't think iPhone SDK provides any TTS facility internally. You should use a third party TTS engine or write one yourself. |
|||
|
|
|
The Flite speech synthesis engine can be run on an iPhone, ref http://artofsystems.blogspot.com/2009/02/speech-synthesis-on-iphone-with-flite.html |
|||||
|
|
I'm probably bumping a dead thread but the Flite text-to-speech engine worked wonders for me! Hope it helps! |
||||
|
|
|
OpenEars also does text-to-speech on the iPhone (note: I'm the developer). |
|||||
|
|
http://github.com/KingOfBrian/VocalKit I wrote a wrapper around pocket sphinx and flite, you should be able to check it out pretty quickly. |
|||||
|
|
|
Here's another text to speech: https://bitbucket.org/sfoster/iphone-tts/ You need to download it and install as an API then you can use it like that :
Pretty easy to use once you installed it as an API correctly. |
|||
|
|
|
The Tomsoft engine is only slow with the custom voices. I'm not sure why. But if you remove the other voices and just the integrated basic KAL voice it will speak almost instanteously. Please send me an email using the contact form on my website if you need any help with this. |
|||
|
|
|
for text to sound files I just found these will researching above files http://www.ivona.com/online/editor.php IVONA also has IPhone SDK |
|||||
|
|
|
Hoya VoiceText is the original provider of the TTS engine. Most of the commercial companies in US create a wrapper around VocieText and resell it. This was developed by Pentax (LG's spinoff - Korean) which got bought by Hoya (a huge Japanese firm). Visit here to send a request for the TTS engine: http://voicetext.jp/blog/122.html Use google translate for English website. |
|||
|
|