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

Possible ways for the blind to enter email and password

I'm creating an emailing application for the visually impaired using java and I'm having a problem when entering the email and password. The entire application is voice based and I'm using the google speech API for converting speech to text. I've…
9
votes
2 answers

Android API21: VoiceInteractionService onReady() not called

I have a problem with the new Android API21, specifically the VoiceInteractorService. I would like to use the new Hotword detection in API21. If i press a button, a hotword detection for the word 'google' should start. When I have an Activity…
9
votes
3 answers

Glass voice command nearest match from given list

With Glass you can launch an app via the 'OK, Glass' menu and it seems to pick the nearest match unless a command is miles off, and you can obviously see the list of commands. Is there anyway from within the app, or from the voice prompt (after the…
Ben
  • 1,767
  • 16
  • 32
9
votes
2 answers

Speech recognition without Google dialog boxes

I will try to use the Speech recognition without Google dialog boxes with RecognitionListener but does not works only beep when start the application.I have added permissions Audio record and Internet into the manifest file.I hope you tell me and…
user2342687
  • 227
  • 1
  • 6
  • 17
9
votes
2 answers

Has Anyone Successfully Used CMU Sphinx for Programming by Voice Recognition

I want to start doing some of my coding by voice recognition software (maybe 10-20% of the work I do). I've seen that some people have had success with Dragon Natural Speaking (DNS) software, but I use a Mac, and unfortunately, Dragon only works on…
Phil Braun
  • 581
  • 2
  • 8
  • 19
9
votes
1 answer

C++ Speech recognition API

I am seeking for a C++ speech recognition/voice recognition API. I have gone through few, including VOCE and pocketphenix. However this is my requirement Text to speech Speech to text (voice commands - I am planning to convert voice into string and…
PeakGen
  • 21,894
  • 86
  • 261
  • 463
9
votes
1 answer

Android Search widget - difference between onQueryTextSubmit and sending Intent to SearchableActivity?

I have an activity that contains a SearchView widget. I am handling the results of the text search using an onQueryTextSubmit listener, and this works fine. (The activity itself is designated as a Searchable Activity). I recently decided to add…
abeliangrape
  • 577
  • 4
  • 15
9
votes
2 answers

Android: Voice Recording and saving audio

I am working on application that will record the voice of the user and save the file on the SD card and then allow the user to listen to the audio again. I am able to allow the user to record his voice using the RecognizerIntent, but I cant figure…
9
votes
3 answers

Voice Recognition in PHP?

I am looking for Voice Recognition in PHP. I have a lot of wav files (10-15 seconds) and I would like Voice Recognition to recognise 1 or 2 words from each wav file and then flag it to database or csv. All the files have the same voice and accent…
I'll-Be-Back
  • 10,530
  • 37
  • 110
  • 213
8
votes
2 answers

how can i store output voice to an audio file in freetts

I am trying to use freetts for a simple java application but i am facing a problem, can anyone tell me how can i save the output voice which is converted from text to speech into a wave file in my program. I want to do it via code. This is the…
Pranay Airan
  • 1,855
  • 6
  • 28
  • 52
8
votes
1 answer

Python detect keywords

I'm doing and application that do the fallowing: 1:If some noise is detected by the microphone, its starts to record audio, until no noise is detected. After it, the audio is recorded to a wav file. 2:I have to detect some words on it. There are…
Carlos Porta
  • 1,224
  • 5
  • 19
  • 31
8
votes
1 answer

Is there any equivalent for the wear RemoteInput.setChoices, but for the phone?

What I would like to achieve is quite simple to explain: I want the user to pick an item by voice from a list and get the result in the app, exactly like the RemoteInput.setChoices (Which is unfortunately made for watch only). Below is the code need…
Waza_Be
  • 39,407
  • 49
  • 186
  • 260
8
votes
4 answers

Create "ok glass" style menu, within glass app

I have just begun developing for Google Glass, and I knew the GDK if fairly new so this may not be possible yet, but here's what I'm trying to to: As with the "make a call" prompt or the "send a message to" prompts on the "okay glass" screen, I…
tVoss42
  • 554
  • 4
  • 16
8
votes
1 answer

Voice recognition fails to work when the voice is under recording

I am working on a function that when a button is pressed, it will launch voice recognition and at the same time will record what the user says. Codes as follows: button_start.setOnTouchListener( new View.OnTouchListener() { …
pearmak
  • 4,979
  • 15
  • 64
  • 122
8
votes
1 answer

Chrome: not "remembering" the choice to allow access to microphone

I have a super simple web page that uses the Web Speech API so that I can more easily communicate with my mom (she is deaf). Google's voice recognition is fast enough that I can talk to her in realtime (she reads the vr results). My site:…
RobertJoseph
  • 7,968
  • 12
  • 68
  • 113