/LrcParser

An library for lrc files.

Primary LanguageC#Apache License 2.0Apache-2.0

LrcParser

Build status NuGet
An library for lrc files.

Quick Start

Parse An LRC File

To parse lrc files, use Lyrics.Parse(string) method, overloads can be used for variants of lrc formats.

Stringify A Lyrics Instance

To create lrc file with a Lyrics<TLine> instance, call its ToString() method, you can also use ToString(LyricsFormat) overload to specify format settings.