ggerganov / whisper.cpp

Port of OpenAI's Whisper model in C/C++
MIT License
35.38k stars 3.61k forks source link

Keyboard input #2512

Open silgon opened 6 days ago

silgon commented 6 days ago

I would like to know if there is a way to use the stream command in a way that the output is always as a keyboard typing, I didn't find a way to do it in the project (I might be missing something). Thus, when the program is running, and let's say I have the text editor open, I can dictate.

Thanks for the great project!

silgon commented 3 days ago

I'm thinking of this project https://github.com/mallorbc/whisper_mic However, in the results, the stream binary has way better results that the mentioned repository. In the project they write where the cursor currently is, and not in the terminal, which is pretty cool and useful because I can write in any open application.