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.95k stars 899 forks source link

Will combine sentences into paragraphs when exporting txt #889

Closed raivisdejus closed 4 weeks ago

raivisdejus commented 4 weeks ago

Fix for https://github.com/chidiwilliams/buzz/issues/554

codecov[bot] commented 4 weeks ago

Codecov Report

Attention: Patch coverage is 87.50000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 82.47%. Comparing base (717f855) to head (7ef4075). Report is 1 commits behind head on main.

Files Patch % Lines
buzz/transcriber/file_transcriber.py 87.50% 1 Missing :warning:
...ranscription_viewer/transcription_viewer_widget.py 87.50% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #889 +/- ## ======================================= Coverage 82.46% 82.47% ======================================= Files 85 85 Lines 4666 4678 +12 ======================================= + Hits 3848 3858 +10 - Misses 818 820 +2 ``` | [Flag](https://app.codecov.io/gh/chidiwilliams/buzz/pull/889/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chidi+Williams) | Coverage Δ | | |---|---|---| | [Linux](https://app.codecov.io/gh/chidiwilliams/buzz/pull/889/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chidi+Williams) | `82.12% <87.50%> (+<0.01%)` | :arrow_up: | | [macOS](https://app.codecov.io/gh/chidiwilliams/buzz/pull/889/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chidi+Williams) | `82.34% <87.50%> (+<0.01%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chidi+Williams#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.