chidiwilliams / buzz

Buzz transcribes and translates audio offline on your personal computer. Powered by OpenAI's Whisper.
https://chidiwilliams.github.io/buzz
MIT License
12.64k stars 948 forks source link

Buzz CLI does not close the GUI interface when task is done and it does not kill the command line CLI process either #993

Closed jitendra-koodo closed 1 week ago

jitendra-koodo commented 1 week ago

Tested in Git Bash Command : "D:\Buzz\Buzz.exe" add -s large -l hi --srt audio.wav

It generates the output but GUI interface is never clsoed and CLI on git bash remain open as well.

raivisdejus commented 1 week ago

@jitendra-koodo Thanks for you bug report. This will be fixed in next release.

You can test this in the latest development build:

  1. Go to the build section https://github.com/chidiwilliams/buzz/actions/workflows/ci.yml?query=branch%3Amain
  2. Click on the link to the latest build
  3. Scroll down to the artifacts section in the build page
  4. Download the installation files. Please note that you need to be logged in the Github to see the download links.
jitendra-koodo commented 1 week ago

Thanks for the quick fix.. looks like its still building.. will confirm once build is complete and ready for download..

Meanwhile, another quick question : Is there any flag to disable the GUI altogether and run it silently ?

raivisdejus commented 1 week ago

@jitendra-koodo Added option to hide the GUI with --hide-gui option.

Good idea, thanks for bringing it up