I need your help on voice recognition - IDEs, Libraries, & Programming Tools

I want to develop an app whit voice recognition, what libraries or tools i need? what you recommend?

There are quite a few tools you could use.I don't remember specific names but I reckon Google can help you.
Sent from my Moto E using Tapatalk

Related

installation of NeuVoice Navigator for XDA on i Mate Jam

Hi,
We'd like to test the installation of our voice recognition software on the I Mate Jam.
People interested in testing the application (a limited version of the software will be sent) should contact support at neuvoice dot com.
Many thanks in advance.
NeuVoice support
www.neuvoice.com
speech recognition for XDA
what's the difference between this and Voice Command ?
for one the price is different I've emailed support so I can try it out. hopefully I get a reply soon.
We were suspecting an error in the installation but everything works fine.
About the difference with Voice Command, the main point is that our product is multilingual. It requieres to train every voice command once and then it will works whatever the language you have (or accent).
It might have at the end less functionnalties than voice command but at least it has really good performances even in noisy environment. Ideal for hand free in the car.
NeuVoice Support
NeuVoice, that sounds great !
I will test it. thnx for the tip.
wanna try also
[email protected]

What about a beginner's guide/development tools sticky/wiki?

Hi,
I am trying to get the ball rolling on PPC development, and I am looking for information on how to do it.
I believe xda-developers could have more detailed data on how to get started on development, useful tools etc, and this data could be presented on the wiki and have a sticky link here at the forums, so that the information can be maintained with ease by us.
For now, I have added this:
http://wiki.xda-developers.com/index.php?pagename=Development Tools
Which has only a little amount of information, about the standard tools. Naturally, it will be better if we can find a way to substitute Visual Studio with a free tool...
If other people have more information to share, please contribute.
Hi Joe!
I think this is a great idea, as posts about this stuff keep popping up every now and then.
I took the liberty to add info about some free tools from MS to your wiki page, but this is my first time with the wiki so if I did it in some improper way, feel free to edit it.
GSM AT Command set
is there any thing to access AT command set for XDA O2 GSM phone?
and any resource you guys know about how to develop phone dialing software for O2 mini?
i m thinking about doing Call Blocker software if i get those resource.
is there any way that i can use AT Command set in PocketPC?
thanks
Re: GSM AT Command set
tinkyawoo said:
is there any thing to access AT command set for XDA O2 GSM phone?
and any resource you guys know about how to develop phone dialing software for O2 mini?
i m thinking about doing Call Blocker software if i get those resource.
is there any way that i can use AT Command set in PocketPC?
thanks
Click to expand...
Click to collapse
You don't need any development information here at xda-developers because all the information is given in Standard Developoment Kit's (SDK) Documentation. Just download the latest "PocketPC SDK" from ms and be happy!
ps: you owe me your call blocker

The Communicator app: Where to start with Android app development

Hey guys
Aight so the idea is to create an app that lets the user speak to someone in a different language. You make a recording and using the same function that the voice search feature has that recording gets translated to typed words on the phone. The app then uses some translating service like google translate to convert that writing to a language of your choice. That writing will then get read* by the phone and can be heard through the speakers. So essentially you can talk to someone even if you dont speak the same language.
*I know this is possible because I used to have an app that did just this: it read out loud what you wrote down
I have no experience with android development, and not very much with programming either for that matter (ive done some python stuff). However, I thought of this, which dosen't seem too hard to create, and I thought this would be a great way for me to start off and learn about app development.
Ok so because most of the features already exist it should just be a matter of patching them all together (right?). This is where I need you guys' help. Any suggestions on where I could start?
I appreciate any help, no matter how big or small!
MODERATORS: I wasn't really sure if this was the right place to post this, so feel free to move it to where ever you find suiting if this isn't right.
I would love it if someone wanted to work on this together with me, but
PLEASE DONT BE A D*CK AND JUST STEAL THIS IDEA!
Hi,
I'm relatively new to Android myself. But in my understanding, I would suggest the best method to start coding this app is, to build a Service which is intended to do the network polling, and the translation for the App in Background. So I think you need a server which tracks your Messages, and serves the data for the app. U have to look at IPC (Inter Process Communication) to communicate with you service.
If you finished all these, then you can start to build an Android Activity to communicate with your user.

[Q] Audio decode, recognize a keyword

Hello,
Constantly-on speech recognition listening for just one keyword.
I am trying to do is making my app constantly listen for one keyword that will fire an intent whenever the keyword is recognized.
I know that this will use a lot of battery. and I don't want to use google's speech recognition.
For example - you are talking with a person. Normal conversation. The phone is actively listening and recognizing every single said word and listening for the keyword.
Let's say the keyword is "cheese" in this instance.
Whenever you say "cheese," the application fires an intent that starts up another part of the app.
I tried to record myself saying "cheese" into wav file
And then comparing it to every word that was spoken..
my problem is finding the right tool that can help me perform this signal comparison in the simplest way so it can work on any device..
tried musicg library with fingerprint function but it does not work so well..
tried some other fft/cross-corelation/ect.. functions but I didn't get the result I expected..
any help (examples or some library would be best) that you can give me will be very appreciated ..
Thanks.
It looks like Java has its own speech recognition API (basic info about it here: http://en.wikipedia.org/wiki/Java_Speech_API).
I also found the official FAQ with instructions on how to download and use it etc. http://www.oracle.com/technetwork/java/jsapifaq-135248.html
Hopefully, it's pretty high quality and works well. Good luck!
marwan.kallal said:
It looks like Java has its own speech recognition API (basic info about it here: http://en.wikipedia.org/wiki/Java_Speech_API).
I also found the official FAQ with instructions on how to download and use it etc. http://www.oracle.com/technetwork/java/jsapifaq-135248.html
Hopefully, it's pretty high quality and works well. Good luck!
Click to expand...
Click to collapse
Thank you!!! I'll try it
Wow fantastic question,how about refering the sourse codes of google voice?So u can know what they have done....:thumbup:
.........................................
visit www.fb.com/softcrush
Just FYI, speech recognition is some complex stuff. I believe that Google uses some really advanced techniques such as deep neural networks for their speech recognition.
Here are some links if anyone's interested:
Wired Article
Google Research (Theory Based)

Deploy a systemwide define feature in android just like in ios

Hello
I have been an ios user for quite some time now and since english is not my first language the define feature really helps me when i read novels(or web articles) and i would really like to have that feature in my samsung tab s2.
Any ideas on how to go about it would be really helpful. Do i have to create a rom with the define feature in it or an application(with superuser support).
Thanks in advance.
As for what i know, i know core java and have created a basic call blocker(auto reject calls) aplication using android studio. If these things wont cut it i am willing to learn the language or w/e is needed to develop the ios define app
Well the Google translate app already has the feature you are asking for: you select a word from a text field and in the pop-up you select "share". Then share it to Google translate and it is automatically translated to your language
Sent from my Nexus 5 using Tapatalk
But you need to select the word then click share and then gotta search for Google translate outta the already available billion apps in the share dialog box

Categories

Resources