how do i use whisper STT(Speach to Text) from the system mic? #3169
Unanswered
pheonixfirewingz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to recreate an old Siri-like AI I built in high school. The original was written in C# and relied on Windows APIs, which makes it unsuitable for cross-platform use. So, I decided to use Whisper for the speech-to-text part, but I’m having trouble getting it to work with a live microphone input.
Right now, I’m focusing on Windows and plan to add Linux support later. The official examples aren’t very clear to me, and I’m struggling to figure out what I’m doing wrong. Could someone help me understand how to properly integrate Whisper with a live mic stream?
WhisperMicStreamer.h
WhisperMicStreamer.cpp
Mic_windows.cpp
Beta Was this translation helpful? Give feedback.
All reactions