natrys / whisper.el

Speech-to-Text interface for Emacs using OpenAI's whisper model and whisper.cpp as inference engine.
140 stars 10 forks source link

FR: Support for whisperlive #22

Open bitozoid opened 5 months ago

bitozoid commented 5 months ago

FTR, support for live insertion would be great.

I guess this is not a simple task and I don't know how to do it.

https://www.youtube.com/watch?v=0PHWCApIcCI

edmundmiller commented 5 months ago

Might be able to use stream https://github.com/ggerganov/whisper.cpp?tab=readme-ov-file#real-time-audio-input-example

moritzschaefer commented 4 months ago

This would be a game changer for me. I really like the tool, but the wait time sometimes doesn't make it worth to switch to voice...

jasalt commented 3 months ago

Meanwhile this could help https://github.com/ideasman42/nerd-dictation. Uses vosk and not whisper, but it's pretty good already and light. It also run system wide, would be nice to map on a keyboard button.