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
5
votes
3 answers

Capturing audio sent to Google's speech recognition server

to recognize speech by Google server, I use SpeechRecognizer class in combination with RecognitionListener as suggested in Stephan's answer to this question . In addition, I try to capture the audio signal being recognized by using…
Dusan
  • 71
  • 2
  • 4
5
votes
2 answers

How to trigger iOS app to start recognizing the voice command offline?

iOS app connects to the intranet and controls other hardware. This hardware is used for the surgery of patients. As mostly on surgery it's tough to use the iOS app by finger and voice commands look better option out there. I had gone through the…
5
votes
1 answer

SFSpeechRecognizer multiple languages

I am building a search that supports voice recognition and transforms speech to text so I am using SFSpeechRecognizer. But the problem is that I need to support multiple languages at the same time such as ("en_US", "fr", vi, ar). The main idea is…
5
votes
5 answers

How do I compare two voice samples on iOS?

First of all I'd like to state that my question is not per say about the "classic" definition of voice recognition. What we are trying to do is somewhat different, in the sense of: User records his command Later, when the user will speak…
Ron Rejwan
  • 59
  • 1
  • 3
5
votes
1 answer

Android 2.2: Where is the option for speech input in the emulator?

My Nexus One has it: Settings includes a "Voice recognizer settings" in the list of "Voice input & output settings". Google Search has a microphone button next to it, so when I touch it, a dialog prompts me to say what I want to search. On the…
5
votes
1 answer

How does Google Assistant's integration with IFTTT work?

I mean, from a technical perspective. How does the assistant know that it should send the request to IFTTT servers? When I created my own actions on Google Assistant I used the actions SDK and uploaded a manifest file into my account. This manifest…
5
votes
2 answers

iOS speech to text conversion in number format

Currently I'm using default iOS speech to text conversion without adding any code for it. When the user says 'five', it is displayed as 'five' or '5'. But, I need it to be converted as '5' always. Is there anything I can do with SFSpeechRecognizer…
appu
  • 51
  • 3
5
votes
5 answers

Google Cloud Speech: Distinguish Voices?

I am interested in writing a voice recognition application that is aware of multiple speakers. For example if Bill, Joe, and Jane are talking then the application could not only recognize sounds as text but also classify the results by speaker (say…
user800576
5
votes
0 answers

Android Speech Recognition Stopped Working Overnight

I have developed a Ionic app that uses Android Speech Recognition API via a Cordova plug-in. It worked fine a few days back, but one day it stopped working. I did not change any source code. Sometimes it immediately returns me an error:…
5
votes
1 answer

It's possible to make SpeechRecognizer faster?

I'm developing an application which is using the android SpeechRecognizer. I'm using it for something simple. I click in a button, my SpeechRecognizer start listening and I got some results from what I said. Easy right? Well, My problem is that I…
5
votes
2 answers

ios: how to detect if voice dictation was used for UITextField? Or microphone button was tapped on keyboard

How to detect if voice dictation was used for UITextField? Or microphone button was tapped on keyboard. Is there any way to do that?
BergP
  • 3,453
  • 4
  • 33
  • 58
5
votes
3 answers

How to make automated Voice call application in php?

I want to make a automated call application, which will dial some mobile numbers, and give the response to them, and also record there voice in wave and text format. is it possible in PHP, or there is any buildin function or classes for doing that?
Harish Kurup
  • 7,257
  • 19
  • 65
  • 94
5
votes
1 answer

How can we convert .wav file to text by using pocketsphinx?

I installed pocketsphinx in my Linux machine correctly, and now I want to convert an audio file (.wave) to text by using pocketsphinx,how can i do that? is there any clear command and short command to do that? somthing like this command: …
5
votes
1 answer

Get Voice input from Android Wearable

Currently applications like Google Hangouts and Facebook Messenger are able to accept voice input from Android Wearables, translate them to text and send reply messages to users. I have followed the tutorial at…
Android
  • 1,230
  • 12
  • 20
5
votes
1 answer

Voice Biometrics for Android

i am planning to build a voice authentication system for android devices. Simply meaning instead of the login screen where you have to type your password or draw the pattern, you only only need to say one word such as "Login" and the phone…
Chris
  • 123
  • 1
  • 1
  • 10