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.
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.