Skip to content
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

Why cpp #17

Open
michoael opened this issue Oct 29, 2023 · 4 comments
Open

Why cpp #17

michoael opened this issue Oct 29, 2023 · 4 comments

Comments

@michoael
Copy link

Any way to use it without cpp
I want use java only

@vilassn
Copy link
Collaborator

vilassn commented Oct 29, 2023

@michoael we are working on adding vad support, realtime transcription and noise processing. Supporting these features in Java will add significant delay. So using native code to add these feature to avoid processing delay.

Still you can use java only code by initialising whisper engine instance with Java engine instead of Native engine in Whisper.java

@michoael
Copy link
Author

Okay, thanks.
Now i can use it to transcription in realTime when i speaking withOut end recorder?
Now i can use it with long wav file?

@vilassn
Copy link
Collaborator

vilassn commented Oct 29, 2023

Yes. We will support realtime transcription and long wav file transcription. It is under implementation.

@michoael
Copy link
Author

I hope do this very soon, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants