You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: