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

Parallelized stable-ts Implementation + Live Demo #264

Open
mvoodarla opened this issue Dec 13, 2023 · 0 comments
Open

Parallelized stable-ts Implementation + Live Demo #264

mvoodarla opened this issue Dec 13, 2023 · 0 comments

Comments

@mvoodarla
Copy link

mvoodarla commented Dec 13, 2023

Hey folks - I'm sure this is a common idea but we implemented a version of stable-ts that first goes through the entire audio file, splits the audio by silences, and then parallely passes it through stable-ts. Here is the implementation. The only way to benefit from this is if you have multiple machines that are running stable-ts in the cloud or some sort of a queuing mechanism.

I work at Sieve that builds a related infrastructure product that makes such a thing easy to do. Here's a demo you can run with your own data.

It doesn't require the use of Sieve but hopefully is an interesting idea the community can benefit from if you're trying to get every last bit of speed and also have the compute setup to do so!

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

1 participant