You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a very basic Java application using whisper.cpp. It can be used as an example for running Whisper on Android.
The ggwave-java project can be used as a good starting point. It already provides the audio capture functionality. Instead of passing it to ggwave, we just need to pass it to whisper.cpp.
Edit:
Looking for volunteers to help with this - ideally, we would like to have the same functionality demonstrated as in the iOS example application.
The text was updated successfully, but these errors were encountered:
Implement a very basic Java application using
whisper.cpp
. It can be used as an example for running Whisper on Android.The ggwave-java project can be used as a good starting point. It already provides the audio capture functionality. Instead of passing it to
ggwave
, we just need to pass it towhisper.cpp
.Edit:
Looking for volunteers to help with this - ideally, we would like to have the same functionality demonstrated as in the iOS example application.
The text was updated successfully, but these errors were encountered: