Voice Recognition means identification of the person talking and is frequently misapplied to mean "Speech Recognition" - identification of what is being said.
Questions tagged [voice-recognition]
1464 questions
5
votes
1 answer
What's the icon needed for Cortana's Help list?
So I'm adding voice command recognitions with Cortana in my app. My VCD file is all set and everything is working as expected, so now I have to look for the little things.
I have all the needed icons (that I know of) in my app but still when my app…

sebagomez
- 9,501
- 7
- 51
- 89
5
votes
0 answers
How to get Google Speech Recognition Engine in an Android device
I have an Epson Moverio device, which is based on Android, but doesn't come with a speech recognition engine by default. I have successfully installed the Voice Search app and with that, I was able to use google voice recognition in the app I am…

user3542552
- 168
- 8
5
votes
0 answers
Voice recognition in android app that is always listening
I'm trying to add some voice recognition to my app that is always listening (like a service). I want it to perform different actions when it recognizes certain spoken words ie: "total time", "maximum speed" etc would then fire off an event that…

Christopher Johnson
- 2,629
- 7
- 39
- 70
5
votes
1 answer
Offline hotword detection API in Android
Android has voice recognition APIs built in, and if you are lucky, you can even get them to work offline. At any rate, using the SpeechRecognizer will get you a fairly turn-key solution for voice recognition.
However, I'm interested in implementing…

George Hilliard
- 15,402
- 9
- 58
- 96
5
votes
1 answer
Voice Recognition API
I am trying to use the new VoiceRecognitionAPI available in Javascript (supported by chrome). In the app I am trying to develop, I need some very certain words, and mainly numbers... Unfourtenatly, the VoiceRecognition doesn't work smoothly and…

byteSlayer
- 1,806
- 5
- 18
- 36
5
votes
0 answers
How to convert male to female or animal voice in android?
I am working on android voice application. I wanted to take my voice and convert it into different voices (female, animal, etc.). I am able to convert my voice in different frequency but it change the frequency of my voice.
I have implemented in…

UchihaSasuke
- 363
- 2
- 23
5
votes
2 answers
Is it possible to have Android Voice Recognition (as a custom service) on Google Glass?
We have a demo android application (Android 4.0.3) that runs voice recognition as a service, and (continuosly) logs the results of the recognition on the view.
Everything is working fine in our smartphones.
We would like to replicate this scenario…

andrea.spot.
- 496
- 4
- 9
5
votes
1 answer
Does the Google speech recognizer on Android need internet?
I use the following code to invoke the voice recognizer by google:
// This is a demonstration of Android's built in speech recognizer
package com.example.voiceinputbuiltintest;
import java.util.ArrayList;
import java.util.Locale;
import…

user13267
- 6,871
- 28
- 80
- 138
5
votes
1 answer
How to launch app on Google Glass with Voice Command
I've installed an application on my Google Glasses but once I've closed it, I have to connect back to my PC to start it again.
How to register my app to the list of voice commands? E.g. "Ok Glass, show me the cube". So on the main screen, you start…

Alexander Pacha
- 9,187
- 3
- 68
- 108
5
votes
1 answer
Are there any existing research in Voice Recognition that can distinguish voice from different people?
I just came up with an idea that I want to develop into an application to distinguish/auto detect voices from different people.
Sample use case: After training with Obama and Romney's data, the application would be able to detect whenever either one…

formatjam
- 347
- 1
- 3
- 13
5
votes
1 answer
Understanding Voice Recognition Service
I am trying to understand the functioning of RecognitionService and RecognitionService.Callback. I am pretty new to this framework and would like to know how to call the onStartListening() function in RecognitionService. I saw the post How to…

nehiljain
- 679
- 8
- 18
5
votes
1 answer
How to decode speech input
What I want to do is create an API that translates human speech into the IPA (International Phonetic Alphabet) format. My question is, where are the resources on how to decode speech at the level of the original audio waveform. I looked for an…

josiah
- 1,314
- 1
- 13
- 33
5
votes
2 answers
Algorithm for Song recognition
Any idea how i can go about implementing an algorithm for identifying a song, by matching it with a clip of the song or human voice or tune. I dont expect anyone to write out the algo here :), i know it involves a lot of things together, but i would…

PavanMysore
- 189
- 3
- 12
4
votes
0 answers
Any way to "warm start" Android voice recognition?
I've got voice recognition running in my Android app. However, the user experience is poor due to the lag when the Google voice recognition dialog is launched. The app relies on receiving a response from the user after a prompt, but when the…

Joey
- 464
- 2
- 9
4
votes
4 answers
How to Recognise when user START & STOP speaking in android? (Voice Recognition in Android)
I have done a lot of R&D and gone through a lot of resources to resolve my problem but I have FAILED to get any proper solution.
I have developed an app, now i want to add Voice based functionality to it.
The required features are
1) when USER…

Prem
- 1,664
- 3
- 15
- 20