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
It appears that we have an issue with audio playback, on the "wasteland" example audio continue for about 4 seconds, so after the cursor gets out of the timeline's expected duration
I think this is due to a difference between the endTimeInMs - startTimeInMs which is shorter than the actual assetDurationInMs
Solution
crop the asset (cut the sound when we are out of bound)
maybe show a visual indicator to explain this (in some editors we can see when content is cut vs a natural end)
The text was updated successfully, but these errors were encountered:
Context
It appears that we have an issue with audio playback, on the "wasteland" example audio continue for about 4 seconds, so after the cursor gets out of the timeline's expected duration
I think this is due to a difference between the
endTimeInMs - startTimeInMs
which is shorter than the actualassetDurationInMs
Solution
The text was updated successfully, but these errors were encountered: