Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception with an error code: 0x38 (SPXERR_AUDIO_SYS_LIBRARY_NOT_FOUND) #2722

Open
MrCountDookoo opened this issue Jan 13, 2025 · 2 comments

Comments

@MrCountDookoo
Copy link

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:

  1. Download the samples
  2. Open quickstart/csharp/dotnetcore/translate-speech-to-text/helloworld.sln
  3. Add your Subscription Key and Region
  4. 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
@BrianMouncer
Copy link
Contributor

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?

@manuchadha1979
Copy link

same error for me when I run quickstart.py. Could you please advice how to resolve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants