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

Update audio.py #132

Open
wants to merge 132 commits into
base: master
Choose a base branch
from
Open

Update audio.py #132

wants to merge 132 commits into from

Conversation

Yash-2707
Copy link

Implement better error handling to ensure the program does not crash unexpectedly. Enhance logging to provide more detailed information about the audio processing. Improve the chunks method to handle asynchronous generation of audio chunks more efficiently. Implement the TODO comment to trim data longer than a specified duration.

Fedir Zadniprovskyi and others added 30 commits May 27, 2024 10:59
For some reason ctranslate2 4.3.0 doesn't work anymore
Now users will also have to specify a full model name.
Before: tiny.en
Now: Systran/faster-whisper-tiny.en
Notable change is that whisper model won't be loaded on startup anymore
Fedir Zadniprovskyi and others added 27 commits September 30, 2024 09:02
usefull -> useful
Fixed mistakes and typos
Implement better error handling to ensure the program does not crash unexpectedly.
Enhance logging to provide more detailed information about the audio processing.
Improve the chunks method to handle asynchronous generation of audio chunks more efficiently.
Implement the TODO comment to trim data longer than a specified duration.
@fedirz fedirz force-pushed the master branch 3 times, most recently from e47fdeb to 196f56a Compare December 22, 2024 02:55
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.