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

When alignment fails with strict or moderate and relaxes, we call assemble again each time #383

Open
joanise opened this issue Jan 27, 2025 · 0 comments

Comments

@joanise
Copy link
Member

joanise commented Jan 27, 2025

To reproduce, watch the network requests with F12 in Chrome, load a big text file, record a couple seconds of noise, and then click go to next step.

You'll see in the network traffic that assemble is called again from the backend three times, even though it's getting exactly the same output back each time.

The pipeline should be tweaked to retry only the soundswallower alignment step, with updated parameters each time, not the whole pipeline starting from assemble.

This code is in upload.component.ts, search for retry.

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