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

What are the ways to improve the speed of continuously recognizing multiple audio files? #840

Open
Morgen92125 opened this issue May 15, 2024 · 1 comment

Comments

@Morgen92125
Copy link

When I used the CPU for speech recognition, I found that there was a delay of over 2 seconds for the shortest speech file (about 5 words), and the average recognition time for each sentence in a long file was much less. I guess it was caused by loading and starting the model. Is it possible to recognize multiple files in a row without spending over 2 seconds each time loading and starting the model?

@trungkienbkhn
Copy link
Collaborator

@Morgen92125 , hello. You can use the multithread in Python to execute each audio file

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

No branches or pull requests

2 participants