mallorbc / whisper_mic

Project that allows one to use a microphone with OpenAI whisper.
MIT License
674 stars 154 forks source link

How to terminate program #45

Closed arschoon closed 10 months ago

arschoon commented 11 months ago

Hello!

How does the new version of your program handle stopping the live transcription? I haven't been able to find where the terminating key stroke is defined, apologies if I have overlooked this. I have been killing the process manually in my cli.

Thank you

mallorbc commented 10 months ago

Ctrl C is the correct way.

ruslanguns commented 2 days ago

Ctrl+C works fine when you can use the keyboard, but having a method to stop transcriptions directly is way better. It lets the transcription process end with the thread when needed, making the system more reliable and flexible.