You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the quickstart/csharp/dotnetcore/translate-speech-to-text/helloworld.sln I get the following error:
Exception with an error code: 0x38 (SPXERR_AUDIO_SYS_LIBRARY_NOT_FOUND)
To Reproduce
Steps to reproduce the behavior:
Download the samples
Open quickstart/csharp/dotnetcore/translate-speech-to-text/helloworld.sln
Add your Subscription Key and Region
Run the solution
Expected behavior
I should be able to speak into the microphone and see the translation results in the logs.
Version of the Cognitive Services Speech SDK
1.42.0
Platform, Operating System, and Programming Language
OS: [e.g. Windows, Linux, Android, iOS, ...] - Windows 11
The text was updated successfully, but these errors were encountered:
can you confirm the platform and version of visual studio you are using.
I was able to use that translate sample on Win 11 and VS 2022 community, and it worked just fine.
Are you hitting RUN in visual studio, or are you running the exe from commandline?
The reason I ask is, if running from commandline, perhaps you didn;t deploy all the dependent dlls with the app exe?
Describe the bug
When I run the quickstart/csharp/dotnetcore/translate-speech-to-text/helloworld.sln I get the following error:
Exception with an error code: 0x38 (SPXERR_AUDIO_SYS_LIBRARY_NOT_FOUND)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I should be able to speak into the microphone and see the translation results in the logs.
Version of the Cognitive Services Speech SDK
1.42.0
Platform, Operating System, and Programming Language
The text was updated successfully, but these errors were encountered: