voice-recognition

Calling by skype using C#

回眸只為那壹抹淺笑 提交于 2019-12-04 03:43:28
问题 I want to develop an assistant software for blind people like Jarvis. It is a C# form application. I need to connect my C# project with Skype API so as to call to some username by using Skype. When I command by using Call John , it responds by calling to John by Skype. Can someone show me some snippets of code that'll help towards this? 回答1: To start the Skype call, Process.Start("callto:john"); . You can concatenate "callto:" with the name of the contact. Look at MSDN Documentation on Speech

SpeechRecognizer not Hearing After First Result

人走茶凉 提交于 2019-12-03 17:34:37
I am using SpeechRecognizer and RecognizerIntent in Android to implement speech recognition. My aim is to restart listening to speech after my speech recognizer displays the results on the screen. For that purpose, I am using the following code. The problem is, the first time runs fine and displays the results but after it starts listening for the second time (called from onResults method), it does not hear what is being spoken for some reason. Then it gives a ERROR_SPEECH_TIMEOUT error, which means there was no speech input. On Logcat, I can see it entering onReadyForSpeech() but somehow, it

How to compare two audio data?

北战南征 提交于 2019-12-03 17:24:14
I will record my own voice and save them as wav files in my computer. Later on I will speak and computer should match my voice command with preexisting/pre-recorded wav files.. Question: How to check two audio data are equal or there is 80%match between two audio? if(audio1 == audio2) DO Task A else if( audio1 is a bit similar to audio 2) DO TASK B else if( audio1 (80% match) audio 2) DO TASK C end if What is the best way to compare two audio data? Unfortunately you won't get anywhere very quickly just trying to compare audio waveforms directly. There is a huge amount of research on speech and

Voice recognition APIs, will Google Voice do this?

蓝咒 提交于 2019-12-03 15:03:22
问题 I've got an idea for an android app, I want to be able to say commands and have the application listen out for these and perform some action. For example, I want my app to sit idle and listen for my voice, when it hears me say "start", the app will start doing something until I say "stop". The idea is to lay the phone down and not have to physically touch it in order to control my app. Would this be possible with any current APIs? If so which ones should I look into? 回答1: You can take a look

Voice recognition fails to work when the voice is under recording

别说谁变了你拦得住时间么 提交于 2019-12-03 12:42:33
I am working on a function that when a button is pressed, it will launch voice recognition and at the same time will record what the user says. Codes as follows: button_start.setOnTouchListener( new View.OnTouchListener() { @Override public boolean onTouch(View arg0, MotionEvent event) { if (pressed == false) { Intent intent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL,RecognizerIntent.LANGUAGE_MODEL_FREE_FORM); intent.putExtra(RecognizerIntent.EXTRA_CALLING_PACKAGE,"voice.recognition.test"); intent.putExtra(RecognizerIntent

how to show up the google voice recognition settings in my app?

情到浓时终转凉″ 提交于 2019-12-03 10:14:54
问题 I am working on an android application in which i have implemented voice recognition and TTS. So i was thinking to launch settings screen for both google voice recognition and TTS to allow user to change settings from within the application. I have implemented TTS settings successfully by using following code: intent = new Intent(); intent.setAction("com.android.settings.TTS_SETTINGS"); intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); this.startActivity(intent); Now I want to show system's

Finding pronunciation correctness

坚强是说给别人听的谎言 提交于 2019-12-03 08:51:49
问题 I need to identify the "quality" of the user's pronunciation with the help of Microsoft speech SDK ( System.Speech.Recognition ). I am using MS Speech Engine - US, so what I actually need is to find out how close the speaker's voice is to the "North American" accent. One way of doing this is by checking how close the user's voice is to the US English phonetic pronunciation. As mentioned in MSDN, it seems like this process is done inside the speech SDK by it self, so I need to get that out.

Android: Voice recognition

烈酒焚心 提交于 2019-12-03 07:50:11
[possibly duplicate] But I didn't find answers to my questions below. I've been doing some research on voice recognition for the past two days and I didn't get answers to my questions: Is it possible to run voice recognition as a service? I would like to implement something like this: I need to call a number though my phone through voice recognition is in sleep mode. Does voice recognition work properly to detect the words when I am on a train, bus, etc? Is there any sensor to detect the voice apart from the voice recognition? For voice recognition to work properly, does the user need to speak

Create “ok glass” style menu, within glass app

有些话、适合烂在心里 提交于 2019-12-03 06:20:59
问题 I have just begun developing for Google Glass, and I knew the GDK if fairly new so this may not be possible yet, but here's what I'm trying to to: As with the "make a call" prompt or the "send a message to" prompts on the "okay glass" screen, I would like my app to have more voice selected options when you select it with your voice. With the two examples, you will see a list of contacts, which you can nod your head up and down to see more of, and the app will only take further actions one you

Integrate Google Voice Recognition in Android app

假如想象 提交于 2019-12-03 05:56:51
问题 I want to introduce a new feature into my app: permanent voice recognition . First of all I followed these posts: Voice recognition Speech recognition in Android Offline Speech Recognition In Android (JellyBean) and more others, plus other posts from different websites. Problem: What actually I'm trying to do is to have a permanent voice recognition without displaying google's voice activity. For example: When I start the application the voice recognition should start and listen. When the