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
Related
i wanted to develop an app with live video chat just like skype or tango. I have search a lot over the internet but could not found any helpful answer.
Basically what i want to do is only two peoples communicate with each other through live video chat.
if you have any helpful answer please post below so that i can move forword in my project.
Thanks in advance.
I think you have to follow given Link
Sample demo for video chat
i hope this will help you great.
If you any queries about this sample demo than comment here.
Use parse framework for video chat.
It is very easy to implement.
You will get all information in parse website.
How To write your first iPhone Video Chat App using parse and opentok(tokbox)
I want to integrate Google Talk, voice & transalation in my iOS app. I tried this link
I just show me my contact list. How can I start chatting or voice call from this ?
If any one have idea or any other solution to integrate above services in my iOS app ?
Thanks
For chat, use XEP-0045
For voice, Google Talk uses libjingle which is a C++ implementation of XEP-0166/XEP-0167
For translation, you may need to find an implementation of XEP-0171
I would like to write an app that allows users to identify songs by putting the mic next to a speaker and listen to the song for a few seconds... so exactly what Shazam does.
Is there any framework or library or service I can use out there to accomplish that in iOS?
You need an API which you can query. An example uf such an API is Gracenote
You could also have a look at Musicbrainz
Yes you can have a look at the echoprint library developed by echonest here
They provide a c++ library to compute the audio fingerprint which can be used under iOS. They also give the ios example!
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?
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)