Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live recording sliding window #933

Merged
merged 3 commits into from
Oct 6, 2024
Merged

Conversation

raivisdejus
Copy link
Collaborator

Adding ability to select sorting mode in live transcripts to add new sentences at the start or at the end of previously transcribed sentences. As well as new "sliding window" transcription mode that can correct errors from previous transcripts if those were for example cut in the middle of some word. This more will also have lower latency, but will require more processing power.

@raivisdejus raivisdejus enabled auto-merge (squash) October 6, 2024 11:04
Copy link

codecov bot commented Oct 6, 2024

Codecov Report

Attention: Patch coverage is 49.55752% with 57 lines in your changes missing coverage. Please review.

Project coverage is 81.32%. Comparing base (d98383d) to head (ceb0574).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
buzz/widgets/recording_transcriber_widget.py 37.34% 52 Missing ⚠️
buzz/transcriber/recording_transcriber.py 60.00% 4 Missing ⚠️
...s/preferences_dialog/general_preferences_widget.py 88.88% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #933      +/-   ##
==========================================
- Coverage   81.99%   81.32%   -0.67%     
==========================================
  Files          85       86       +1     
  Lines        4753     4852      +99     
==========================================
+ Hits         3897     3946      +49     
- Misses        856      906      +50     
Flag Coverage Δ
Linux 80.91% <49.55%> (-0.66%) ⬇️
macOS 81.20% <49.55%> (-0.67%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@raivisdejus raivisdejus merged commit 950e56e into main Oct 6, 2024
15 of 18 checks passed
@raivisdejus raivisdejus deleted the live-recording-sliding-window branch October 6, 2024 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant