Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>If you just want to recognize a few commands, there are many commercial and free products you can use. See <a href="https://stackoverflow.com/questions/877508/need-text-to-speech-and-speech-recognition-tools-for-linux">Need text to speech and speech recognition tools for Linux</a> or <a href="https://stackoverflow.com/questions/2977338/what-is-the-difference-between-system-speech-recognition-and-microsoft-speech-rec">What is the difference between System.Speech.Recognition and Microsoft.Speech.Recognition?</a> or <a href="https://stackoverflow.com/questions/1118400/speech-recognition">Speech Recognition on iPhone</a>. The answers to these questions link to many available products and tools. Speech recognition and understanding of a list of commands is a very common problem solved commercially. Many of the voice automated phone systems you call uses this type of technology. The same technology is available for developers.</p> <p>From watching these questions for few months, I've seen most developer choices break down like this:</p> <ul> <li><p>Windows folks - use the System.Speech features of .Net or Microsoft.Speech and install the free recognizers Microsoft provides. Windows 7 includes a full speech engine. Others are downloadable for free. There is a C++ API to the same engines known as SAPI. See at <a href="http://msdn.microsoft.com/en-us/magazine/cc163663.aspx" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/magazine/cc163663.aspx</a>. or <a href="http://msdn.microsoft.com/en-us/library/ms723627(v=vs.85).aspx" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/library/ms723627(v=vs.85).aspx</a></p></li> <li><p>Linux folks - Sphinx seems to have a good following. See <a href="http://cmusphinx.sourceforge.net/" rel="nofollow noreferrer">http://cmusphinx.sourceforge.net/</a> and <a href="http://cmusphinx.sourceforge.net/wiki/" rel="nofollow noreferrer">http://cmusphinx.sourceforge.net/wiki/</a></p></li> <li><p>Commercial products - Nuance, Loquendo, AT&amp;T, others</p></li> <li><p>Online service - Nuance, Yapme, others</p></li> </ul> <p>Of course this may also be helpful - <a href="http://en.wikipedia.org/wiki/List_of_speech_recognition_software" rel="nofollow noreferrer">http://en.wikipedia.org/wiki/List_of_speech_recognition_software</a> </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload