-
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
Fixing broken builds and adding README help with installing, building… #679
base: master
Are you sure you want to change the base?
Conversation
It would make things a bit cleaner if install and uninstall were added the the Makefile. So that the headers and library files would be recognized by the system. Would you be open to that? |
Hello. A big problem is that kaldi build process is very painful and not really manageable for ordinary users. I might accept build from vosk binary module which we distribute in releases. I don't think build from source is reasonable. |
I didn't realize I could just download a release with libvosk.so 🤦♂️. I can update the README to reflect that rather than suggesting people install from source. Another problem is the header files. doing a |
Take a look here https://github.com/agorman/govosk A structure like that allows |
I'd better add recommendation to download binary package from releases. We will include header file there together with library binary .so file. I wonder how other popular modules handle this problem. |
That works for me. For now I can just give instructions on what needs to be downloaded and environment variables to use. I'll wait until you have a package with both library and header. In the future it would be nice to have a way to easily install vosk to the system. Do you have any plans to package vosk (deb, rpm, etc)?
I think they assume the required libraries are installed on the system. I use these two libraries. https://gocv.io/getting-started/linux/ - have OpenCV installed or alternatively follow their process to install it. https://github.com/Kagami/go-face - assumes you have dlib installed. |
…, and running