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
8
votes
2 answers
How do I use Android SpeechRecognizer as a service?
I am trying to run Android voice recognition as a service. I can verify that the onCreate() and onStart() methods of the service are called, but no callbacks to the speech recognition methods are called, despite the fact that I have set up the…

user
- 375
- 1
- 4
- 15
8
votes
1 answer
How to find difference of two voice files using python
I want two compare two voice files and find difference between them.
Suppose I have an original file of a music track and another file that is read out of that music by me, I want two compare these two files and find difference between their…

ehsandotnet
- 1,050
- 3
- 16
- 26
8
votes
1 answer
Voice Recognition without Internet in Android
I have been looking for several voice recognition libraries that supports android but none of them functions without server call or without using internet. My requirement is to detect some particular keywords and perform some actions accordingly…

Ritesh Kumar Dubey
- 751
- 9
- 20
7
votes
2 answers
How can I get OpenEars to recognize spoken numbers on iOS?
I'm looking for API to convert spoken items into text on iOS, but mainly for numbers and letters like 1, 2, 3, 4 and a, b, c, d.
I've tried OpenEars as many people suggested, but it appears to only support certain ords, such as "GO FORWARD BACKWARD…

cw9
- 145
- 1
- 8
7
votes
3 answers
Using SpeechRecognizer API directly - onResults() keeps returning null
I have been trying to follow the example in this post.
Since I am not trying to implement this in a service but rather in a standard activity, I haven't experienced the problems described in the aforementioned post.
I keep getting, however, "No…

srf
- 2,410
- 4
- 28
- 41
7
votes
2 answers
Convert voice to text while talking in python
I made a program which allows me to speak and converts it to a text. It converts my voice after I stopped talking. What I want to do is to convert my voice to text while I am…

WeeeHaaa
- 475
- 1
- 4
- 10
7
votes
2 answers
Compare voice wav in android or voice tag ( voice commands ) API
I'm developing an app and I need some way to compare 2 voices if they' match or not, I know that Voice Recognizer is a way to do that but since (i think) it needs to translate the voice into string first, it won't be so suitable for other language…

rami
- 341
- 2
- 4
- 8
7
votes
0 answers
Android / Ok Google / Snapdragon Voice Activation / Hexagon DSP
Hexagon DSP processor allows activate your device while it’s on standby https://qualcomm.com/videos/snapdragon-voice-activation.
Some Android devices support this feature, for example Google Pixel reacts to keyphrase "Ok Google". In the source code…

Evgeny
- 193
- 2
- 9
7
votes
1 answer
How to make hotword detection service in android
I want to create a service that should listens for hotword in background such that when i say hello it should invoke an activity, how can i do this, about voiceInteractionService but I have read that Its not available to use, is it true? could…

blackHawk
- 6,047
- 13
- 57
- 100
7
votes
1 answer
Developing for the new "Listen To" action in Android
I am finishing development of an application for Android to stream music from your personal music collection using DAAP and UPnP as well as other protocols at time permits.
My question is:
How do I enable my app to respond to the new "Listen…

Greg Lamoree
- 71
- 1
7
votes
3 answers
Where is `Google Speech API Key`?
I was refering to this link where it discuss about the Google Speech engine. It says that I have to get an API Key from google, to use the google speech engine they are discussing. In the link posted, they have shown an image of activating the…

PeakGen
- 21,894
- 86
- 261
- 463
7
votes
4 answers
Windows 10 - programming Cortana
I am trying to programm a litte application for Cortana.
My idea is, that i say: (I enabled the "Hey Cortana" feature)
Hey Cortana, Convert 45 degrees to farenheit
and I get (in the moment) a log in my Output window (Visual Studio). I tried to say…
user4146732
7
votes
2 answers
Java voice recognition for very small dictionary
I have MP3 audio files that contain voicemails that are left by a computer.
The message content is always in same format and left by the same computer voice with only a slight variation in content:
"You sold 4 cars today" (where the 4 can be…

bigleftie
- 453
- 1
- 6
- 17
7
votes
1 answer
Speech recognition with x-webkit-speech does not work in Chrome
I am trying voice recognition using x-webkit-speech,i have also checked it is supported in my chrome browser , but it is giving error connection to speech server failed.

monish
- 153
- 1
- 2
- 10
7
votes
1 answer
how to build BufferReceived() to capture voice using RecognizerIntent?
i am working on an android application using
RecognizerIntent.ACTION_RECOGNIZE_SPEECH,,, my problem is that i don't know how
to create the buffer which will capture the voice that the user inputs. i
read alot on stack overflow, but i just don't…

Haneen Bassam
- 145
- 1
- 2
- 8