mallorbc / whisper_mic

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

Save the transcription in a default file via the --save_file flag #57

Closed overlordiam closed 8 months ago

overlordiam commented 8 months ago

The save_file flag did not seem to save the transcription in a file. I added basic code to handle the function. Also, I added the daemon parameter in the threading method as highlighted by szriru. If given the green signal, I can work on some enhancements like:

Issues: #53 and #56

mallorbc commented 8 months ago

This looks great, though there are two issues. You need to not change the import path. I will merge this though and then fix that.

Thanks!