Author Topic: Use open source api as fallback when windows voice recongiation doesn't work  (Read 4181 times)

thibaultmol

  • Guest
Hi,

So for some reason (probably because my computer region is set to Belgium but the interface language is set to English UK. Windows is being stupid and not showing me the voice recognition options. I can probably search online for ways to fix this.

But these days api's like these exist: http://cmusphinx.sourceforge.net/
maybe you should implement them so that when the windows api doesn't work it falls back onto that one

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4761
  • RTFM
Which version of Windows are you using? Did you use a language pack to switch to English?

When you execute the following command using run(press Win+R) or cmd:
Code: [Select]
control /name Microsoft.SpeechRecognitionWhat happens?

You can also try installing the Speech Platform Runtime, followed by a Runtime Language(MSSpeech_SR_en-US_TELE.msi for US English, or MSSpeech_SR_en-GB_TELE.msi for UK English, though I'd recommend US).