Is there any API available for Blackberry OS.
iSpeech has a TTS and Speech Recognition API available:
speech recognition
I did a quick search and found two possibilities:
MyCaption API (http://www.mycaption.com/resources/api)
Yap, HTTP-based (http://yapinc.com/speech-cloud.html)
Related
I am working on a project which uses Google Speech API in iOS project. The project involves Voice input to recognize many terms which are basically jargons. The Google speech API gracefully fails to recognize this voice input for this jargons.
Is there a way to train google speech API to learn this jargons and easily recognize them while giving voice input in mobile iOS app?
I believe you're referring to (recently rebranded) Google Cloud Speech-to-Text API. If so, there is no way to train it right now.
I found the speech recognition API but not the speech synthesis in the dart SDK. Is it not exposed in Dartium? I need some sort of tts, I could use Google translate_tts but unfortunately Dartium does not play mp3.
Any ideas on how to get some kind of tts in dart(web app) is highly appreciated.
Are you referring to http://developer.chrome.com/extensions/tts.html ?
If so, Dart doesn't yet have all of Chrome's extension and apps APIs natively wired up. In the meantime, you can use the JS-interop library (https://github.com/dart-lang/js-interop) to access those APIs.
I haven't tried the tts API in Dartium, though.
Is there any API/SDK that supports speech recognition of Hindi language?
It can be a web API or an SDK for iOS.
Microsoft has provided the speech APIs for English language
using System.Speech.Recognition;
but there is no speech APIs specially for Hindi Recognition.
how to make Vlingo like application?
is there any api that can be used for making apps for ios?
Please provide some guide line or any tutorials or an help or comment will be appreciated
Thanks in advance
i also like to know how the talking ben the dog and talking tom cat is working as we talk it repeats it in funny voice. how it is possible?
For Speech Recognition on iOS, there have been many similar questions. Please see Speech to text Conversion.? or Text-to-speech (voice generation) and speech-to-text (voice recognition) APIs? or Speech recognition framework for iOS that supports Spanish or What is the current best speech recognition API for ios to match few keywords?
For the recognition of text you can use:
https://bitbucket.org/sfoster/iphone-tts/src
For speech recognition testing to see here
http://www.politepix.com/openears
I'm doing an app which converts from speech to text. I have googled and find that google speech api is a google choice. Now I meet a question: When user speak to ios device, how can I capture the audio file? does any Frameworks or APIs should be introduced? And what's the type of raw audio file, WAV or MP3? Thank you.
Why don't you take a look at some of the existing StackOverflow questions on this subject. Try Speech to text Conversion.? or What is the current best speech recognition API for ios to match few keywords?