Questions tagged [speech-recognition]

Converting human voice into text

Speech recognition, also known as speech-to-text, is the conversion of spoken language into text.

20 questions
4
votes
1 answer

Detect simple voice commands

I would like to detect simple words or phrases from my microphone and perform actions based on those phrases. I've looked into Python libraries and Google text-to-speech but these seem like extreme overkill1. I don't need something that is capable…
Display name
  • 1,307
1
vote
1 answer

How to manually begin/end speech recognition with X11?

Having found speech recognition software that works well (see this question), I'm still left with needing integration, in my case, an easy way to activate it. The outcome I'm looking for is: Press a shortcut to begin dictation. Press a shortcut to…
ideasman42
  • 1,211
1
vote
0 answers

Use whole dictionary file with Julius or return null

I have successfully set up Julius to work with my own grammar and .voca files. The problem I have is that it always returns a suggested response, even though the phrase uttered may not sound like anything in the .voca file. I would like to find a…