Preparing search index...
The search index is not available
lrclib-api
lrclib-api
ParsedLyrics
Type Alias ParsedLyrics
ParsedLyrics
:
{
karaoke
:
KaraokeLyric
[]
|
null
;
synced
:
LyricLine
[]
|
null
;
unsynced
:
LyricLine
[]
;
}
Represents parsed lyrics in different formats:
synced
: Array of lyric lines with start times (null if not available)
unsynced
: Array of lyric lines without timing information
karaoke
: Array of karaoke-style lyrics with word-level timings (null if not available)
Type declaration
karaoke
:
KaraokeLyric
[]
|
null
synced
:
LyricLine
[]
|
null
unsynced
:
LyricLine
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
lrclib-api
Loading...
Represents parsed lyrics in different formats:
synced
: Array of lyric lines with start times (null if not available)unsynced
: Array of lyric lines without timing informationkaraoke
: Array of karaoke-style lyrics with word-level timings (null if not available)