Text-to-speech libraries for iPhone [duplicate] - iphone

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Text to speech on iPhone
How do I get started with text-to-speech conversion in iPhone?
I want to read the text typed by the user. Are there any available libraries or demos? I have gone through some of them, but I didn't understand where to start it from.

For online,you can use my Google-TTS-Library-For-iOS to achieve your goal.
Offline iPhone TTS implementation is easy to do. You can see the details here.
There are many paid and free iOS TTS libraries are available .
They are ,
Free (Offline/Online)
iphone-tts Note: read "HOW TO USE" section .
TTSOverview-iOS
flite-1.4-iphone
Openears
cmu.edu
RJGoogleTTS
VocalKit
Paid (Online)
iSpeech iOS SDK (TTS and ASR)
nuance Dragon-dictation
Acapala
ivona
neospeech

Related

How can I share my iPhone app for translators? [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Creating Localization Files for iOS
i have my iPhone company app in English language and we are international company, so how can I share my App for all translators f.e. by simulator or something else ?
f.e. translator translate the text and need view effect on iPhone, how can I do this?
It looks like you are searching for localization for your application.
Please follow this link:
Localization example link 1
Localization example Link 2
Link 3
Best link: Best Link...
Hope it works for you.
You can look at incorporating the Greenwich framework into your app. I've not used it myself, but saw it demo'd at a conference recently. It will let the translators make the changes to the app that you distribute to them as an ad-hoc build and then see them running in your app.

Is it possible to download video from youtube from my iPhone application? [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Save Youtube video to iPhone in the app
I want to download youtube video from my iPhone application, is it possible? If so, then provide code for how to do it.
I once read in a blog that recently google blocked all apps that try to download video from youtube because it violates its terms and conditions. Just try to check that and confirm whether you can achieve it or not.
But there is objective-c client for handling the youtube.
Check this library http://code.google.com/p/gdata-objectivec-client/
This is for objective-C but if you wanna port it to ios this link may be halpful
http://johntwang.com/blog/2009/06/08/how-to-use-google-apis-with-iphone-sdk/

Can I get Analytics for iPhone application like google Analytics? [duplicate]

This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
Best analytics offering for iPhone
How to track iphone application?
how to get Analytics working for an iPhone application ?
I suggest you to carefully read the developer agreement before doing any tracking or your app could be rejected: Apple looks finally paying some serious attention to privicy...
Flurry is my choice. So far I also tried Google Analytics and Bango Mobile Analytics and none of them was as good as Flurry.
i suggest to use Localytics which is better than Flurry,google analytics.it is open source also.

Best sdk or api which convert text into speech [duplicate]

This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
Text to speech on iPhone
I have a string say "Hello world".
Please suggest me the best Api or sdk that can convert this text string into speech?
iPhone sdk don't have any functionality to convert text into speech.
You can use third party sdk, see the below links,
http://artofsystems.blogspot.com/2009/02/speech-synthesis-on-iphone-with-flite.html
http://github.com/KingOfBrian/VocalKit
I would suggest you using http://www.politepix.com/openears/

Files Upload to HTTP server in iphone programming [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
File Upload to HTTP server in iphone programming
How can i upload images and text to HTTP server in iphone programming...and which API used for it........
Thanks in advance..
The most popular 3rd party library in all of iOS is ...
http://allseeing-i.com/ASIHTTPRequest/
basically every single iPhone app uses it. the instructions are trivial and are right there on the page - enjoy
Do not forget to make a donation to the guy, even a small one -- if he stops supporting it the entire iPhone industry will collapse!
This is already been discussed here
File Upload to HTTP server in iphone programming