Azure-Samples / Cognitive-Speech-STT-Windows

Windows SDK for the Microsoft Speech-to-Text API, part of Cognitive Services
https://www.microsoft.com/cognitive-services/en-us/speech-api
Other
112 stars 89 forks source link

Speech Client Dll failing in Windows 7 32 bit #21

Closed techsbot closed 7 years ago

techsbot commented 7 years ago

When we run application in 32 bit windows 7. we are facing below exception.

System.IO.FileLoadException: 'A procedure imported by 'SpeechClient.dll' could not be loaded.'

Can you please let us know if this has windows7 compatibility.

hatsunea commented 7 years ago

Windows 7 is not currently a supported platform. The Windows Speech library has a hard dependency on the Windows 8 network stack.

priyaravi20 commented 7 years ago

We do not have plans to support Windows 7 in websockets.

Priya Rajan Microsoft

diptej commented 7 years ago

i created windows WPF project using speechclient.dll, I created exe of this and it works fine after installation on developers system. But does not work on other system which is not having dot net framework. Can you please guide me on what to include on prerequisite for this SpeechClient.dll

priyaravi20 commented 7 years ago

.net framework is a prereq. Please read the documentation on the prerequisites mentioned : https://docs.microsoft.com/en-us/azure/cognitive-services/speech/getstarted/getstartedcsharpdesktop