alphacep / vosk-api

Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node
Apache License 2.0
7.37k stars 1.04k forks source link

Vosk.dll file error #1500

Closed Taher0321 closed 6 months ago

Taher0321 commented 6 months ago

IMG-20240104-WA0008

We have downloaded vosk.dll file from: https://github.com/alphacep/vosk-api/releases/download/v0.3.45/vosk-win64-0.3.45.zip

But in our code we are facing this error: corrupt or invalid file.

System we are using: Vs code community Windows C++ language.

Kindly help.

nshmyrev commented 6 months ago

https://stackoverflow.com/a/35920570

Taher0321 commented 6 months ago

https://stackoverflow.com/a/35920570

This error is solved. But as soon as the window proceeds with execution we are getting this error: "module was build without symbols", "Entry point not found". See the attached screenshot WhatsApp Image 2024-01-04 at 9 24 59 PM

the path given is correct and as per the instructions in the stackoverflow link you provided.

Our system is of: 64bits, and we have installed necessary vosk files from your github.

How to solve this?

Taher0321 commented 6 months ago

Error is solved. Thanks