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
Hi. So I've been trying to identify why org-ai-talk--record-and-transcribe-speech is not working for me. The function only works correctly if I type C-g on the prompt. Otherwise, the whisper--recording-process is never interrupted and so the callback never occurs and the function does nothing.
I'm using Emacs30.
The text was updated successfully, but these errors were encountered:
I have the same problem, emacs 29.1.
I'm currently reading the source, maybe I can do something here.
When I type ESC, the prompt is recorded and LLM answers, this is not the intended behaviour.
Hi, yeah the whisper package makes it really hard to be used externally. The way I wait for the transcription process to stop in org-ai-talk--stop-recording does not seem to work anymore. I'll take a look, thanks for reporting!
Line 234 (whisper.el) This is a horrible function, and in time due a rewrite. But for now I find this amusing and a little bit instructive as to how it became a mess.
Jokes aside, I'll see if I can propose a simple solution.
Hi. So I've been trying to identify why
org-ai-talk--record-and-transcribe-speech
is not working for me. The function only works correctly if I typeC-g
on the prompt. Otherwise, thewhisper--recording-process
is never interrupted and so the callback never occurs and the function does nothing.I'm using Emacs30.
The text was updated successfully, but these errors were encountered: