Displaying 1 result from an estimated 1 matches for "speechux".
Did you mean:
speech
2008 Nov 03
10
Bringing Vista's Speech Recognition Engine to Linux via Wine
...the Vista Speech Engine. Here's my (failed) attempt: http://womblezone.blogspot.com/
I'm trying to bring it over with the GUI (Speech Assistant). Idea being if that works, it's proof the engine's ported correctly. Well it's not working.
regsvr32 c:/windows/system32/Speech/SpeechUX/SpeechUX.dll
This fails. with the following error:
wine: Call from 0x4b4775ab to unimplemented function USER32.dll.ChangeWindowMessageFilter, aborting
I'm stymmied. I looked up this function on MSDN and it looks like a whole subsystem that isn't implemented. Tomorrow I will try compil...