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
The visualize process fails to output a file when the specified duration is longer than the duration of the song input.
Could most likely be resolved with a simple check of clip duration. ie,
duration=min(config.duration, clip.duration)
The text was updated successfully, but these errors were encountered:
dragonprevost
changed the title
OS Error when flagged duration exceeds clip duration
OS Error when argument duration exceeds clip duration
Mar 24, 2020
The visualize process fails to output a file when the specified duration is longer than the duration of the song input.
Could most likely be resolved with a simple check of clip duration. ie,
The text was updated successfully, but these errors were encountered: