jbilcke-hf / clapper

Clapper.app, a video synthesizer and sequencer designed for the age of AI cinema
https://clapper.app
GNU General Public License v3.0
2.06k stars 192 forks source link

Investigate audio alignment/duration issue #100

Open jbilcke-hf opened 1 month ago

jbilcke-hf commented 1 month ago

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 actual assetDurationInMs

Solution