NorskTransform.streamSync() method
Sync multiple streams together by timestamps, queuing frames from streams that are behind the others. This is already included in most nodes, especially outputs.
Signature:
streamSync(settings: StreamSyncSettings): Promise<StreamSyncNode>;
Find Examples
Search for examples using streamSync in our examples repo.