mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +00:00
Clips whose compositionStart is ahead of the current timeline position were starting immediately because sourceNode.start() always received when=0. Use the AudioContext scheduling API to defer future clips: sourceNode.start(ctx.currentTime + delay, mediaStart). Closes #674 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>