-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Build vosk-api GO in MacOS #1627
Comments
Hi, i am facing the same issue, did you found how to do ? |
You need to download and unpack prebuilt Vosk library from here: https://github.com/alphacep/vosk-api/releases/download/v0.3.42/vosk-osx-0.3.42.zip then just add the module, it will be compiled automatically |
Oh thank you very much. I still got this error:
could it be a miss match of version, as I am using the the latest binding 0.3.50 and the prebuild Vosk library is 0.3.42. should I downgrade to match the version ? I actually did downgrade to match but now when I try to build, i am getting:
.. not really sure |
Yes, we do not have build for 0.3.50 yet |
How can i build vosk-api GO in MacOS?
Please provide instruction if i can run vosk-api go example in MacOS?
The text was updated successfully, but these errors were encountered: