mallorbc / whisper_mic

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

fix/ keyboard interrupt for listen_loop #54

Closed szriru closed 10 months ago

szriru commented 11 months ago

just added daemon=True

By adding daemon=True, "transcribe_forever" process will exit gracefully with the main process.

[Mentioned Issue]

53

mallorbc commented 11 months ago

Please fix the conflict. Otherwise, this fix seems relatively simple and I can do it.

Thanks!

mallorbc commented 10 months ago

Fixed in lastest PR.

Thanks for PR though!