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
I observed that the window size is 1 second by default, and that the last embedding corresponds to a window whose center is 0.5 second (half a window size) less than the total audio length. Is there a way to change the window size so that I can continue to get embeddings for the last 0.5 seconds?
Alternatively, I can adding half a second's length of zero padding at the end (like _center_audio does at the beginning), so that I can get embeddings corresponding to a window centered at the very end of the audio.
The text was updated successfully, but these errors were encountered:
I observed that the window size is 1 second by default, and that the last embedding corresponds to a window whose center is 0.5 second (half a window size) less than the total audio length. Is there a way to change the window size so that I can continue to get embeddings for the last 0.5 seconds?
Alternatively, I can adding half a second's length of zero padding at the end (like _center_audio does at the beginning), so that I can get embeddings corresponding to a window centered at the very end of the audio.
The text was updated successfully, but these errors were encountered: