Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Android example app #46

Closed
ggerganov opened this issue Oct 12, 2022 · 2 comments
Closed

Android example app #46

ggerganov opened this issue Oct 12, 2022 · 2 comments
Labels
good first issue Good for newcomers ideas Interesting ideas for experimentation

Comments

@ggerganov
Copy link
Owner

ggerganov commented Oct 12, 2022

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.

@ggerganov ggerganov added the ideas Interesting ideas for experimentation label Oct 12, 2022
@Hannes1
Copy link

Hannes1 commented Oct 13, 2022

https://github.com/alphacep/vosk-android-demo

Maybe could also have a look at vosk demo, it's more adapted for streaming though but just for example...

This is a bit off topic, I've been playing around with react native and wenet also, haven't done IOS yet but yeah the android part is working:
https://github.com/Hannes1/react-native-wenet

@luke-jr
Copy link

luke-jr commented Dec 10, 2022

Maybe one of the open source Android keyboard projects would be a good candidate for integration :)

Repository owner locked and limited conversation to collaborators Dec 16, 2022
@ggerganov ggerganov converted this issue into discussion #283 Dec 16, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
good first issue Good for newcomers ideas Interesting ideas for experimentation
Projects
None yet
Development

No branches or pull requests

3 participants