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

[STT] Add support for whisper.cpp #381

Open
TristanWasTaken opened this issue May 11, 2023 · 2 comments
Open

[STT] Add support for whisper.cpp #381

TristanWasTaken opened this issue May 11, 2023 · 2 comments

Comments

@TristanWasTaken
Copy link

Whisper.cpp is a community port of OpenAI's whisper (#380)

Detailed Description

Whisper.cpp is a C/C++ port of OpenAI's whisper with better performance and speed. It's performant enough to run on phones and raspberry pi's.
Both share the same models, so Whisper.cpp currently supports 57 languages.

Context

I'm using Whisper.cpp for personal projects.

Possible Implementation

A new STT plugin.

@99bits
Copy link

99bits commented Feb 2, 2024

what would be needed to add support for whisper? Is there documentation of how to do this?

@TristanWasTaken
Copy link
Author

TristanWasTaken commented Feb 3, 2024

what would be needed to add support for whisper? Is there documentation of how to do this?

don't think so.
I won't do anything with whisper for the next year(?), so the issue can be closed if there is no interest from the project's side.

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