Replies: 2 comments
-
Honestly, if someone could just give me the .jar file, that would be just great! ( if that would work, i have no idea ) |
Beta Was this translation helpful? Give feedback.
0 replies
-
The DLL in whisper.cpp/releases is not compatible with the Java bindings, the bindings are probably more updated. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I cannot build the project in order to get my required .jar file.
Both tests are failing.
Here is the error:
`java.lang.UnsatisfiedLinkError: Unable to load library 'whisper':
The specified module could not be found.
The specified module could not be found.
The specified module could not be found.`
I understand that it's because i don't have the whisper.dll file in the build/generated/resources, but paradoxically i can only get it by building the project.
I tried:
If you need, here is the full build scan:
https://scans.gradle.com/s/umbpqzz5tb2hu
Beta Was this translation helpful? Give feedback.
All reactions