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

.srt file as an input #14

Open
Madjid513 opened this issue Feb 8, 2024 · 2 comments
Open

.srt file as an input #14

Madjid513 opened this issue Feb 8, 2024 · 2 comments

Comments

@Madjid513
Copy link

Hey, I've been trying to implement a logic so that the model can handle .srt file by looping through each sentence from the .srt file then use another model to stretch it then combine it but it's just a mess and many errors keep occuring.

I'd like to know if there an easy way to use an .srt file as an input.

@vatsalaggarwal
Copy link
Contributor

use another model to stretch it then combine it
not sure what you mean by this?

Are you trying to synthesise all the text from a given srt file (ignoring the time stamp information) as a long-form audio?

@Madjid513
Copy link
Author

No i don't want to ingore time stamp.

1
00:00:00,140 --> 00:00:02,720
Voici mon conseil pour vous aujourd'hui : détournez-vous des 97 %

For example i want it to speak this sentence starting from 00:00:00,140 to 00:00:02,720 but since it wasn't possible i let the model speak it ignoring the time stamp then using another model that will speed up or slow down the speech but i wasn't able to make it work.

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