I am looking for an sdk for text to speech and speech recognition. There are many free sources but unfortunately they all are in English or other popular european languages. The thing is I am looking for turkish language. Is there any source provides it?
In my knowledge there are two API's which support Turkish language.
Acapela
ispeech
Please check this api. It have support for Turkish Language too.
http://www.ispeech.org/api
Hope it helps you.
Related
I need a Arabic speech to text API for IOS. I have gone through openears and iSpeech but they do not support Arabic or maybe i have missed it going through there documents.
Can someone guide me to some great SDK of Arabic Speech Recognition for IOS?
Thanks in Advance.
Google has a unofficial speech to text API you can use. Just send a FLAC encoded file to https://www.google.com/speech-api/v1/recognize using a HTTP POST request and you will receive a reply with the interpreted text. Arabic is supported by this API.
I want to develop an application that translate a given sentence in English to Spanish, and vice-versa the limitation is that I don't have to use online facility like Google Translator.
I visited some links that says its not possible, some of them are
How to implement language translator facility in an iphone application?
Your favorite natural language parser? how do I use it, is there any API that uses it?
Thanks
You could use Apertium for this.
I see that there is an Apertium offline translator app for android.
The code is open source on sourceforge and can probably be adapted to an iPhone.
There isn't a free API where you can download and use it offline. You'd have to use something like the Google Translate API which needs an Internet Connection. Alternatively you could build your own parser and translation tool.
i have a string.i need to convert it to Voice.
can any one help me to convert text to speech.
now i am using Openears library for this.however there is some problem when i convert text to speech.can any one provide me a good way to do it without Openears library.
Flite may be worth investigating. See this blog post.
NSSpeechSynthesizer class is there for Mac application. I think it also supports iPhone. Have dig at it. If you have Arron Hillegass "Cocoa Programming for Mac" book, you can find Mac application. All the best.
Is there any way, by which we can convert speech to Text using iPhone SDK?
Yes, if you are Google, Dragon, or Siri. The iPhone SDK does not provide any access to the iPhone 3GS's built-in voice recognition, which is apparently none too elaborate anyway. Your best bet is to find a web service to which you can upload audio clips for analysis.
http://cmusphinx.sourceforge.net/2010/05/vocalkit-shim-for-speech-recognition-on-iphone/
This looks promising.
Krishnan ,This is Reply for your Comment Is that the same case for Text to speech?.
No there is Library called OpenEars by using this Library you may achieve the text to Speech functionality.
OpenEars
OpenEars is an open-source iOS library` for implementing round-trip English language speech recognition and text-to-speech on the iPhone and iPad.
You should take a look of this library.
As of iOS 10 (not released yet), Apple has their own speech recognition API.
https://developer.apple.com/reference/speech/sfspeechrecognizer
"How to localize a project i.e., already developed in some language by using Google translater". please tell me i have n't any idea on that.
Please, don't use Google translator for localizing your app! Google translator is a mechanic translator, not a human. The results are not very good. (Try to read an instruction book which was translated from Chinese to English ;) )
If your app is popular or has some fans, ask the community for some nativ speaker. Or if you have an payed app, you could go to some kind of a translator-agency.
Use Google Language API. There is a lot of documentation and help here