chidiwilliams / buzz

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

Space in every line in text #746

Closed DeafNet closed 2 weeks ago

DeafNet commented 3 months ago

I was wonder when someone recognize on text note. There is every space on first word on the line. Like this: Hi, welcome to my channel Is there anything I can do ? This is why it is annoying

I was wondering if there way to fix it ?

raivisdejus commented 2 weeks ago

@DeafNet In the next version 1.0.2 there will no longer be extra spaces at the beginning or every transcript.

Development version with this feature is available in latest development build https://github.com/chidiwilliams/buzz/actions/workflows/ci.yml?query=branch%3Amain To download app from the artifact section you need to log into the github

To get latest development version on Linux use sudo snap install buzz --channel latest/edge

Thanks for your report of the issue.