Interface WordSyncedLyrics

interface WordSyncedLyrics {
    end: number;
    lyric: string;
    start: number;
    syncedLyric: WordSyncedLyricsLine[];
}

Properties

end: number

When the lyric's line ends

lyric: string

The lyric complete text

start: number

When the lyric's line starts

syncedLyric: WordSyncedLyricsLine[]

The lyric synced by characters