Timeline Studio API Documentation - v0.26.0
    Preparing search index...

    Параметры для синхронизации субтитров

    interface SyncSubtitlesParams {
        audioFilePath: string;
        autoAdjust?: boolean;
        offsetMs?: number;
        subtitles: SubtitleItem[];
    }
    Index

    Properties

    audioFilePath: string
    autoAdjust?: boolean
    offsetMs?: number
    subtitles: SubtitleItem[]