Questions tagged [voice-recognition]

Voice Recognition means identification of the person talking and is frequently misapplied to mean "Speech Recognition" - identification of what is being said.

1464 questions
-3
votes
1 answer

Python code returns "cannot import name 'keys' from 'selenium.webdriver.common.keys'"

I have this code and it's not working. How can I resolve it? from selenium import webdriver # to control browser operations from selenium.webdriver.common.keys import keys from io import Bytesio from io import…
-3
votes
1 answer

How to create android app which change the speech to text language when button click

I wanted to create an app which changes the default android system text-to-speech language when clicking a button. Why I need that? Because I am using this app for blind people. So for registration and login, I need the English language but when…
Palash Dey
  • 69
  • 1
  • 7
-3
votes
1 answer

Voice profile in Google Assistant

Does Google Assistant provide individual voice identification, just like voice profile of Alexa? Thank you
jhc
  • 11
  • 2
-3
votes
2 answers

Adding speech to text functionality to iOS app

I am going to create an iOS app (with Swift) with feature of converting speech into text and display that text in a Label. Can anyone please tell me can I implement the feature of converting speech into text and display it in a Label?
Pravin S.
  • 465
  • 7
  • 22
-3
votes
1 answer

start app with voice command

I have an application that contains voice commands. I would like to access these voice commands without pressing any button, only with a voice command .As in Chrome ("Ok google"). In Google developers in the section "adding voice capabilities", to…
Donis
  • 76
  • 1
  • 7
-4
votes
1 answer

Amazon Alexa isn't good enough. What are my other options?

I'm developing a skill on Amazon Alexa (Echo) for financial applications, but she isn't good enough at recognizing stock names. I require a maximum stock universe of about 15k stocks, and it obviously becomes very difficult for her to differentiate…
-4
votes
1 answer

Using voice to give commnands to a plot, is it possible?

I will go straight to the point. I have a plot with a 3D figure represented by points, what I would like to do is give matlab a voice command that make a function starts. Specifically I would like to say for example "rotate", matlab should recognize…
Piero.Sgri
  • 43
  • 6
-4
votes
1 answer

Speech recognition not working well in noise room. how i can improve it?

I write code for speech recognition on Visual studio in C# My Speech Recognition program not working well in noise. For example when i give voice input it gives output but some times it detects other voices in the room too and give output randomly.…
ALI
  • 23
  • 1
  • 6
-4
votes
1 answer

Android voice recognition. Possibilities? Reliable?

I'm considering using Android's voice recognition in an app but I have no prior experience in using voice recognition so I don't have the slightest clue about anything. Therefore I have a few question I'd like to ask before attempting anything...…
optional
  • 273
  • 1
  • 5
  • 13
1 2 3
97
98