Closed chathasphere closed 5 years ago
Seems to struggle with the edge case of extra long notes.
Check out this line:
new_length = note.end - sample_start
seems problematic if new_length is greater than 30 seconds.
Seems to struggle with the edge case of extra long notes.
Check out this line:
seems problematic if new_length is greater than 30 seconds.