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 __init__ function should look something like that:
ifnotany([(eisNone) foreinends]):
self.duration=max(ends)
self.end=max(ends)
elifnotany([(disNone) fordin [c.durationforcinself.clips]]):
self.duration=max([c.durationforcinself.clips])
self.end=self.duration
because the docs for clips are:
clips
List of audio clips, which may start playing at different times or
together. If all have their ``duration`` attribute set, the
duration of the composite clip is computed automatically.
The text was updated successfully, but these errors were encountered:
The
__init__
function should look something like that:because the docs for
clips
are:The text was updated successfully, but these errors were encountered: