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
-2
votes
1 answer
Service which continuously runs in the background
I want to develop a voice application which has to respond when the user speaks some commands. I think I need a service to accomplish my task.But I have learnt from several resources that a service cannot run for a long time.The android system…

raman kilambi
- 51
- 1
- 1
- 3
-2
votes
1 answer
Python - interrupting function while executing
I am having some difficulty finding a solution to my problem in python. I have a function that uses text to speech, to say the given phrase. I want to be able to interrupt the function in mid process. For example, my computer is saying a very long…

N. Chalifour
- 103
- 10
-2
votes
2 answers
Using OpenNLP with Android?
I would like to use OpenNLP in my Android project. I imported the JAR and I can use it in my project but when I need to load a TokenizerModel (for example) I do not see how to proceed.
Cheers.

Cyprien Aubry
- 21
- 7
-2
votes
1 answer
Is there an API for voice recognition of a person used for authentication
I am very new to API's and searches alot but doesn't find any thing related, I want an API for voice recognition in which the frequency of voice for a user is stored and then used as a bio-metric authentication for that user. for example a user is…

shahzain
- 63
- 7
-2
votes
1 answer
C# google search with voice
Hey guys im new in this C# so i dont know to much , and i will be grateful if you can tell me how can i search on google with vocal commands ^^.
Here is my entire code.Explain step by step please :D.(Tell me if i must add new libraries or new…

NM Skayer
- 11
- 2
-2
votes
1 answer
Accessing C# libraries over the web
First of all, this question is made because of my lack of knowledge on windows related technologies. Now the question.
I have made an speech recognition application using Windows Speech API, using C#.Net. I am on windows 7 ultimate.
Now I need to…

PeakGen
- 21,894
- 86
- 261
- 463
-2
votes
1 answer
introduction appropriate library for converting sound to the word
I'm new at Artificial Intelligence
And now I'm searching for a good library as powerful as Open Cv
To convert sound to word ,
Please recommend me , thanks for help .

Nasim Salmani
- 1
- 3
-2
votes
1 answer
Voice Recognition technology
I am curious is there any voice recognition technology in the market such that it is able to identify different people through different voice.
Basically the technology i am searching for is able to model people's voices.

John
- 791
- 2
- 7
- 25
-2
votes
1 answer
"Ok Glass" to pass to other Activity
For example:
I'm in an Activity, then, when I say "Ok glass" (or other words if it is possible), I want to go to other Activity.
The voice command, here, is like an action to pass to other Activity.
¿Is it possible on Glass?

adlagar
- 877
- 10
- 31
-2
votes
1 answer
Gender voice recognition in Android
I am creating an application in which I want to recognise the gender of the voice whether it is male or female. I googled it but didn't find any proper solution so i just want to know whether it is possible or not? I have got lium but don't know how…

susan sunasara
- 33
- 3
-2
votes
3 answers
Parse String command
I'm trying (it's an experiment) to develop a simple application that return data, given voice command (using iOs Siri, or Android voice recognition etc.).
I would like to 'parse' it.
I'm using this approach but i'm pretty sure it isn't correct.…

stighy
- 7,260
- 25
- 97
- 157
-2
votes
1 answer
Is any api for android who converts voice into text (Offline)
I know the way how converts voice into text using recognition intent of google in android i did that thing but i want direct recognition from my application is any way to do that

Android is everything for me
- 3,781
- 4
- 28
- 37
-2
votes
1 answer
How to navigate pages using voice command in android
How to develop a voice recognition application in offline mode in android.
i used this and this link
but now i need to improve my application to reduce the noises. That is mean to detect human voice.
So i used
Voice Detection in Android…

Manori
- 21
- 2
-3
votes
1 answer
Should I choose voice expression AI project or face expression AI project if I'm beginner in Artificial Intelligence?
I'm doing software engineering and I'm learning Artificial Intelligence course in the current semester, then I need to give the project at the end of this semester (after 3 months). So, my question is which project is recommended for me, voice…
-3
votes
1 answer
How to make a voice assistant in python that always listen for inputs?
I am making a voice assistant in python following the tutorial on YouTube by "Code with harry". I have successfully added some more functionalities. The file is of extension .pyw so it runs in the background. The problem I am facing is that…

Sneakyhydra
- 3
- 1