@mcut/media
findSyncOffsetMs
Generated TypeScript API reference for the public mcut SDK.
mcut SDK / media/src / findSyncOffsetMs
Function: findSyncOffsetMs()
function findSyncOffsetMs(
a,
b,
options?): Promise<SyncResult | null>;Defined in: packages/media/src/audio-sync.ts:119
The sync offset between two recordings: how many ms after A's recording started did B's start. Null when either source has no audio.
Parameters
a
b
options?
AudioSyncOptions = {}
Returns
Promise<SyncResult | null>