-
Notifications
You must be signed in to change notification settings - Fork 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
transcribe.py functionality and docs #2566
Comments
I made a PR addressing this: #2567 |
This can be closed, works well. Thanks |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
2 similar comments
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
transcribe.py
has odd directory-scanning behavior which isn't documentedIf you point
--src
to a directory, you get the error:Looking at the code logic, the script expects a
JSON
file with a.catalog
file extension. This is (1) not documented, and (2) not a really useful logic. It would be much better to point the script to a dir, and scan for audio, and then decode.would you welcome a PR for this?
The text was updated successfully, but these errors were encountered: