voice-recognition

Is there an API for Google's speech recognition technology? [closed]

被刻印的时光 ゝ 提交于 2019-11-28 17:17:08
I want to try creating a jQuery slideshow using simple voice commands like "next" or "previous". Is there a way to use Google's voice recognition? I know about Chrome's x-webkit-speech, but I have to click a button to use it. I tried MIT's WAMI, but I found it slower and less accurate than Google's speech cognition. As of today this now exists, for Chrome: http://chrome.blogspot.co.uk/2013/01/hello-browser.html ( api doc ) For an easy way to do this with JavaScript, check out annyang , which is a library that makes dealing with speech recognition super-easy. The issue is what will capture your

Java Voice Biometric

浪子不回头ぞ 提交于 2019-11-28 16:50:58
问题 I want to develop an application based on Voice Biometric Recognition . Specifically, I want to develop an application which will record a voice from the telephone, and identify the speaker. If the same person calls again it will recognize the voice. Like other Biometric applications do here my need is to do a voice biometric. Are there any URLs or examples which will help me. I searched but not able to find a solution. FreeSpeech is a text-independent speaker verification system that

How To: Voice Commands into an android application

我的未来我决定 提交于 2019-11-28 15:03:51
There are many tutorials online for adding voice recognition to an android app. They are often confusing and the publishers of the coding are never available for questions. I need a simple tutorial with complete coding for adding voice recognition to my app. Sam Bevins If you want to add voice recognition to your group's android app it is very simple. Throughout this tutorial you will need to add imports as you paste in the code. create an xml file or use an existing one and make sure that you add a button and a listview. in a java class you need to extend activity and implement

PocketSphinx android demo runtime exception

时光毁灭记忆、已成空白 提交于 2019-11-28 13:06:18
I downloaded the source code of pocket sphinx demo. I'm trying to run it but it is throwing a runtime exception. I've posted the logcat of my code. 09-09 11:45:38.980: I/System.out(7912): Sending WAIT chunk 09-09 11:45:38.980: W/ActivityThread(7912): Application edu.cmu.pocketsphinx.demo is waiting for the debugger on port 8100... 09-09 11:45:39.030: I/dalvikvm(7912): Debugger is active 09-09 11:45:39.210: I/System.out(7912): Debugger has connected 09-09 11:45:39.210: I/System.out(7912): waiting for debugger to settle... 09-09 11:45:39.400: I/System.out(7912): waiting for debugger to settle...

Start Android keyboard in voice recognition mode

别说谁变了你拦得住时间么 提交于 2019-11-28 08:12:24
问题 I would like to open the keyboard programmatically and have it start doing voice recognition instantly without the user pressing the mic button. I know how to implement SpeechRecognizer - that is not what I'm looking for. I want to start the keyboard VR and text go straight to an editview. Is this possible? 回答1: Unfortunately this is not possible, but it very much should be . I went searching for a way to do this when I needed to use offline speech recognition as a 'hack' - but I couldn't

Offline voice recognition android taking unwanted voice

旧巷老猫 提交于 2019-11-28 07:51:07
问题 I have did a lot for research and tried offline pocket sphinx but it is taking surrounding voice it is taking and reacting my app differently. Is there any Google offline app for above kitkat 4.4.. i am trying it from 2 week. Thank for your valuable answer. Details: When the activity starts first text has to read the content (Text to speech) after it complete, reading voice recognition has to take voice and as per command ex: (next, previous, forward, option, 1, 2, 3, 4 etc). As per command

Reading and processing WAV file data in C/C++

冷暖自知 提交于 2019-11-28 06:02:33
I'm currently doing a very very important school project. I need to extract the information of a WAVE file in C/C++ and use the information to obtain the LPC of a voice signal. But, in order to do that, I need to do some pre-processing to the signal, like doing Zero crossing and energy analysis, among other things. Which means that I need the sign and a real value. The problem is that I don't know how to obtain useful information and the correct format for that. I have already read every single field in the file, but I'm not sure I am doing it right. Suggestions, please? This is the way I read

Gender detection of the speaker from wave data of the audio

◇◆丶佛笑我妖孽 提交于 2019-11-28 04:53:14
问题 I would like to add a gender detection capability to a news video translator app I'm working on, so that the app can switch between male and female voice according to the voice onscreen. I'm not expecting 100% accuracy. I used EZAudio to obtain waveform data of a time period of audio and used the average RMS value to set a threshold(cutOff) value between male and female. Initially cutOff = 3.3. - (void)setInitialVoiceGenderDetectionParameters:(NSArray *)arrayAudioDetails { float

Saving audio input of Android Stock speech recognition engine

我的梦境 提交于 2019-11-28 03:56:19
I am trying to save in a file the audio data listened by speech recognition service of android. Actually I implement RecognitionListener as explained here: Speech to Text on Android save the data into a buffer as illustrated here: Capturing audio sent to Google's speech recognition server and write the buffer to a Wav file, as in here. Android Record raw bytes into WAVE file for Http Streaming My problem is how to get appropriate audio settings to save in the wav file's headers. In fact when I play the wav file only hear strange noise, with this parameters, short nChannels=2;// audio channels

Muting the Google voice recognition beep sound

烂漫一生 提交于 2019-11-28 03:15:14
问题 I have a test app that uses Google voice in a continuous manner and it plays the beep sound every time Google recognition service is called. I am trying to get rid of the beep sound. I have read threads of muting the music stream but that would not work for me. I am trying to find the beep file location so I could just go and delete it from the system. I followed this thread, but I cannot see the file in 5.0 system file. 回答1: Assuming you don't want to mute all streams because you are