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

Audio Length Customization #301

Open
zzryn opened this issue Jan 7, 2025 · 1 comment
Open

Audio Length Customization #301

zzryn opened this issue Jan 7, 2025 · 1 comment

Comments

@zzryn
Copy link

zzryn commented Jan 7, 2025

I want to find a way to increase the 300-second limit. Is there any way to do that?

@UmerrAhsan
Copy link

The 300-second limit can be bypassed by addressing the underlying constraint of BERT's maximum token length of 512. You can tokenize your text into sentences and process them one by one. For each chunk, generate the corresponding audio and then stitch the audio together to create a seamless output of any desired length.

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