-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Feature/segement printing #876
base: main
Are you sure you want to change the base?
Conversation
Hasan-Naseer
commented
Sep 6, 2024
•
edited
Loading
edited
- Added duration printing. set prnt_duration = True in select functions. load_model, load_audio, pad_trim, transcribe
- Added segment-level printing. Set prnt_segments = True in .transcribe() function for verbose printing
…-version latest faster-whisper support added
Looking forward to see this one merged ! |
You can use the fork https://github.com/Hasan-Naseer/whisperX.git in the meantime! The main branch has the latest features. |
That is true, but the fact is I would love to have a Python library that I can easily use in Docker image. Can you publish yours or would you give me the autorisation to publish yours ? |
As in a pypi package? Shouldn't hurt ig. Also, just a suggestion but you can do pip install git+<url to fork> as well to get an installable package. |
I forgot this one, no need for pypi package, thank you so much ! |
You're good! |
Is there a way to enable it in the cli? |