Hi,
For those interested, I've managed to resolve the issue of the speechreco.exe displaying the error :
sapi : unable to load grammar.
I'm using Windows 11 and have the french, US & UK speech recognition installed. I'm using French as a display language on a daily basis (and when using LC as well).
The error message mentioned earlier basically means that windows can't load/choose the correct speech recognition version.
Inserting the following key in windows registry (paste in a txt file, rename it to .reg to load it in regedit) forces windows to use the english version of the speech recognition engine :
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Recognizers]
"DefaultTokenId"="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Recognizers\Tokens\MS-1033-80-DESK"
Reboot after inserting the above key and you should be good to go.
I've tested tbe speech recognition during a session afterwards and as some others have said, I'm amazed at the accuracy, great job! It indeeds reminds me of the old XP days as well.
Once again, thanks for the work done, keep it up!