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

RTTM ends too soon when latency > 500ms #17

Closed
juanmc2005 opened this issue Dec 17, 2021 · 0 comments
Closed

RTTM ends too soon when latency > 500ms #17

juanmc2005 opened this issue Dec 17, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@juanmc2005
Copy link
Owner

Problem

When streaming a file with a certain latency, the system continuously outputs windows [t - latency --> t - latency + step]. When the latency is higher than the step and we reach the end of the file, the remaining audio is ignored and no output is produced.

This problem has already been mentioned in #15.

Idea

Either use zero-padding until we reach time t + latency - step, or detect the end of the file beforehand and output non-aggregated scores.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant