radkoder/qt-whisper
A Qt & QML wrapper for whisper.cpp
This project helps developers integrate high-performance speech-to-text capabilities into their Qt/QML applications without blocking the user interface. It takes live audio input and outputs transcribed text. This tool is for C++/Qt developers building desktop applications that need to process spoken language efficiently.
No commits in the last 6 months.
Use this if you are a C++/Qt developer building an application that needs to convert spoken audio into text in real-time, without freezing your application's user interface.
Not ideal if you are looking for a standalone application or a library for non-Qt C++ projects, or if you need advanced, pre-built machine learning models for Voice Activity Detection.
Stars
11
Forks
2
Language
C++
License
Apache-2.0
Category
Last pushed
Jun 08, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/radkoder/qt-whisper"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
ggml-org/whisper.cpp
Port of OpenAI's Whisper model in C/C++
vilassn/whisper_android
Offline Speech Recognition with OpenAI Whisper and TensorFlow Lite for Android
sandrohanea/whisper.net
Whisper.net. Speech to text made simple using Whisper Models
ChetanXpro/nodejs-whisper
NodeJS Bindings for Whisper - the CPU version of OpenAI's Whisper, as initially crafted in C++...
mybigday/whisper.rn
React Native binding of whisper.cpp.