LrcExporter

Exporter for the standard LRC format.

It converts SyncedLyrics back into a string representation in the LRC format.

  • Supports ID3 tags ([ti:...], [ar:...]).

  • Supports standard line timestamps [mm:ss.xx].

  • Supports translations as separate lines with the same timestamp.

Functions

Link copied to clipboard
open override fun export(lyrics: SyncedLyrics): String

Exports the given SyncedLyrics to a LRC formatted string.