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

Add threads to the transcription process #119

Open
3 tasks
loganwyas opened this issue Mar 20, 2024 · 0 comments
Open
3 tasks

Add threads to the transcription process #119

loganwyas opened this issue Mar 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@loganwyas
Copy link
Collaborator

There are currently threads that keeps the UI from crashing while the transcription is being done. However, these could be utilized to speed up the transcription.

What is required for this issue to be completed:

  • Find a Python library that does threading well (whether that is what we are currently using, or something else)
  • Reconfigure the functions in diarizationAndTranscription.py to use threads to improve the performance of the application
  • If possible, report the difference in speed based on audio length
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant