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
-1
votes
1 answer

An app with a translator

I have an idea for an app that requires a voice recognition translator. I want to be able to speak in a few select languages and have the app translate it in to English text on screen. I know apps like this already exist but mine has a special edge…
-1
votes
2 answers

Detect if voice typing is enabled

I need to display an alert to the user if they haven't enabled Google voice typing from their settings(Language and input -> Google voice typing). Is there someway to detect that setting status?
-1
votes
1 answer

Null pointer exception while sending message

I build android app voice recognition command to control devices over embedded bluetooth, i use example code BluetoothChat to send voice recognition result. but i got an error like this. enter FATAL EXCEPTION: main java.lang.RuntimeException:…
-1
votes
2 answers

Voice recognition experiment crashes during training

I'm trying to run a speaker verification experiment with bob.spear. I have a problem where spear crashes when training whitened enroller. System specification: I'm on Ubuntu 12.04, have installed spear as instructed on the website (i.e. first added…
-1
votes
1 answer

Getting pid trying to stop a program with C

Probably the core of this question has been asked a lot on this site. I'mm working with pocketsphinx and I'm trying to play music each time I request it. When I say "MUSIC" the program executes the music, my idea is that when I say "STOP" music…
Diego
  • 916
  • 1
  • 13
  • 36
-1
votes
2 answers

How to use voice and speech recognition in C#?

what do i need to install? How to use/implement it? Please give me example in using it. thanks
-1
votes
1 answer

Voice Recognition : Need help setting up Alize on windows 7

I want to use alize for voice recognition. I need some guidance in alize setup. I am using windows 7.
-1
votes
1 answer

Start activity from inside thread

INTRODUCTION I have an activity that processes some functions. Inside this activity, the main process is one thread that makes the processing of these functions.When the processing is done, it should call to another activity to start another…
masmic
  • 3,526
  • 11
  • 52
  • 105
-1
votes
1 answer

How to analyse particular sound in iOS

I want to develop an app which will respond or take an action when user say 'hello'.I want my app to be able to respond when i say particular word.How can i do that? Can anyone suggest me by code?Thanks!
AppleLover
  • 121
  • 1
  • 12
-1
votes
1 answer

Is this file qualified for Sphinx training

My WAV has some small buzzing sound at its beginning and end. Is this file qualified for Sphinx training? If yes, do I have to include some special character in the transcription file? Thank you and best regards.
Minh Triet
  • 1,190
  • 1
  • 15
  • 35
-1
votes
1 answer

How to do voice recognition "in streaming"

I want to do an application with voice recognition. For now, I record a file and, when it's done, I send it to google speech with the file created. I want to do something more "live". I don't want to have the text when I speak. Something like this…
Dougui
  • 7,142
  • 7
  • 52
  • 87
-1
votes
1 answer

Can't Create a WAV file from voice recognition. (C#)

I'm trying to create a program that uses voice recogniton and makes a WAV file from the recognized voice, I used this code : Recognizer.SetInputToWaveFile(@"C:\\Program Files\\MyProgram\\Bin\\STWAV\\Speech.wav"); but I'm getting this exception…
ORION
  • 7
  • 7
-1
votes
2 answers

Is there a way that I could implement voice control into my application?

I would like to add voice control to my application. When I say "add voice control", I mean the user clicks a button which turns the voice control on, then if the user says a command (such as "Select All"), it performs that command. I have all the…
Toby
  • 377
  • 1
  • 10
  • 23
-1
votes
1 answer

android speech recognition continously has no answer

I want to create an android app that is waiting for speech of a specific keyword: when the user says this keyword, the service becomes ready to receive user voice commands. So I am searching for a continous speech recognizer, Like this guy: Can I…
-1
votes
2 answers

Where to start voice recognition development?

With the increase in voice recognition apps etc., I am also becoming interested in voice recognition development. However, I am not sure where to start. Is there any possibilities using web based technology such as JavaScript on computers? I have…
Damien Golding
  • 1,003
  • 4
  • 15
  • 28