To parse lrc
files, use Lyrics.Parse(string)
method, overloads can be used for variants of lrc
formats.
To create lrc
file with a Lyrics<TLine>
instance, call its ToString()
method, you can also use ToString(LyricsFormat)
overload to specify format settings.