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
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.
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.The text was updated successfully, but these errors were encountered: