GiviMAD / whisper-jni

A JNI wrapper for using whisper.cpp, allows to transcribe speech to text in Java.
Apache License 2.0
81 stars 12 forks source link

Can you lower targe jdk version? #4

Closed Leon406 closed 1 year ago

Leon406 commented 1 year ago

current version is 17

GiviMAD commented 1 year ago

Sure, probably 11 is a better choice for now. I'll try to push a new release with it after lunch.

GiviMAD commented 1 year ago

Done