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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: