Hi
Is there any way we can convert text to speech in an iPhone app? Is it possible using the SDK?
Thanks
Are there any third-party TTS engines available for the iPhone? (AFAIK Acapela is not yet released)
|
1
|
Hi Is there any way we can convert text to speech in an iPhone app? Is it possible using the SDK? Thanks Are there any third-party TTS engines available for the iPhone? (AFAIK Acapela is not yet released)
|
|||
|
|
|
|
I don't think iPhone SDK provides any TTS facility internally. You should use a third party TTS engine or write one yourself. |
||
|
|
|
|
I have been looking into this too. With no luck. For a desktop app you can access the internal tts on the Mac http://developer.apple.com/mac/library/documentation/Carbon/Reference/Speech%5FSynthesis%5FManager/Reference/reference.html Not sure if the SDK offers this. The phone does have a TTS as all 3GS phones and 16gb Touches have VoiceOver included. Let me know if you figure this out. I also want to use the TTS in the phone for a project . If you figure it out you can reach me at info@spokentext.net Mostly I just need to know if it is possible. Mark |
||
|
|
|
http://www.acapela-group.com/acapela-for-iphone-26-speech-solutions.html Get ready to pay out the butt |
||
|
|
|
|
Hi guys. 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. |
||
|
|
|
|
Is there any 3rd party commercial engine available for iPhone other than Tomsoft? |
||
|
|
|
|
I downloaded Tomsoft app on the iPhone before buying the engine but found app to be very slow in the converting the text before it can play. Not sure if this is the app implementation or the engine itself. Looks like the app writes to the file first and then play the speech back but hope there is in memory play option in the engine that may provide better performance. I have sent an email to the support and will let you all know what I hear back or find. |
||
|
|
|
|
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 |
||
|
|