Android Voice Call to Desktop - java

I was doing an application for android users where i wan guidelines , how to start my application..?
My app : App takes voice talks from the user and shutdown or switch user my desktop or atleast open any file in desktop.(windows/Linux pc)
Pl help me .
Thanks in advance :)

please go through the instructions mentioned the link here
then make close look to the android speech api guidelines mentioned below the link
google speech api tutorial

Related

Google assistant and opening unlunched app

I want open an app that we haved coded without realse it in play store with Google assistant,
Is it possible?
Cuz when say app name it doesn't recognize our app and go to search section.
Yes, you can open your which is not published on play store with google assistant.
I have tried it with my apps and it works fine.
Just make sure your are pronouncing the name correctly.
you can also say " Open App Name from my device" so it will not go for search.
I uploaded a small video demonstrating google assistant opening an unpublished app
Edit: Please accept my answer by checking the ✔(tick symbol) next to it if you found it helpful.

Lanch android app from voice command like google assistant

I'm building an android app which is all voice control .i would like to open it from voice command like 'OK Google' in google assistant..i have done some research but no luck .i wonder if there is a way or not ..
Really appreciated some help or guide.
I Recently contacted Action On Google support, I wanted to open a feature in my app with google assistant voice command here is there response
The 'MyActivity' can't be accessed by voice within the Assistant. The option itself is built in the Assistant.
As a workaround to access it, is to send the query 'my activity' to the assistant which will prompt the end user if they want to view or delete searches from the 'MyActivity' section. Then, by send the very same query again, will open the 'MyActivity Page', since this is a webpage, there is limited functionality within.

How to call utter from my application or speech recognization offline

I am creating an application which has voice search facility? like in my music player if i want to play some music than i just speak song title than it will play that song. I already try with goggle voice search it works but i want to search off-line.How to do this? So any one please help me. Thanks in advance.
If you are referring to my application utter! I'm working on a developer API that will appear here in a couple of weeks time and allow applications to interact with it, providing the user has it installed of course.
Otherwise, for information on using offline recognition, see my answer on this post
You have to utilize a speech recognition system with a vocabulary embedded.
If you are using a vocabulary you do not need the web. You can process the information offline.
I think you need something like this:
Speech recognition by Microsoft

Voice Authentication Libraries for android

I am making an app with needs to identify the user through his/her voice to authenticate that person.. I have searched google but it either gives me voice recognition or speech recognition tutorials.. Is it possible to perform Voice authentication in android ?
Please Advice.
Thanks in advance !! :)
You can use ViGo library for voice biometrics.

Youtube Video in netbeans windows application Java

hi im making a windows application in java and was wondering if it is possible to have a youtube viewer on it. so that when the window loads a specific video is there from youtube ready to be watched? thanks
It is possible to use Youtube in java check out the API for details
Youtube API for Java

Categories