-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Whisper speech to text #71
Comments
@breandan are you able to get any of these working on Mac? |
I was able to successfully run the Whisper.cpp stream demo, but am unable to build the JAR on my machine. At first I encountered
so then I tried building
So instead of using
Here are the contents of the file |
@breandan I've finally got an official whisper.cpp deployed to Maven Central |
I've implemented support for a various Whisper implementations - https://github.com/OpenASR/idiolect/tree/feature/navigation-with-whisper/src/main/java/org/openasr/idiolect/asr/whisper.
whisper-server
The JNA bindings for Whisper.cpp are nearly ready - ggerganov/whisper.cpp#1246.
Alternatively there is also a JNI wrapper https://github.com/GiviMAD/whisper-jni
The text was updated successfully, but these errors were encountered: