-
Notifications
You must be signed in to change notification settings - Fork 121
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
How to remove audio and video length restrictions? #4
Labels
good first issue
Good for newcomers
Comments
audio limitation: Lines 558 to 562 in e24a2f4
video limitiaion: Lines 479 to 504 in e24a2f4
|
@H-Liu1997 可以把具体要修改的位置和代码告诉我吗? |
1 required_length = int(TARGET_SR * (128 / 30)) * 2 |
这里除以30是什么意思? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to remove audio and video length restrictions?
The text was updated successfully, but these errors were encountered: