adielBm / lrc-generator

A nice tool for creating LRC files. (synced lyrics)

Home Page:https://lrc-generator.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A nice tool for creating LRC files. (LRC (short for LyRiCs) is a computer file format that synchronizes song lyrics with an audio file, such as MP3, Vorbis or MIDI. Wikipedia)

Example

Screenshot

And this is the LRC file created.

[ti:Ring Them Bells]
[ar:Bob Dylan]
[al:Oh Mercy]
[length:03:00.76]
[00:11.18]Ring them bells, ye heathen
[00:15.42]From the city that dreams,
[00:18.10]Ring them bells from the sanctuaries
[00:20.23]Cross the valleys and streams,
[00:22.37]For they're deep and they're wide
[00:26.69]And the world's on its side
[00:29.26]And time is running backwards
...
...
...

Dev

First, run the server:

npm run build
npm run start

About

A nice tool for creating LRC files. (synced lyrics)

https://lrc-generator.netlify.app


Languages

Language:JavaScript 94.7%Language:SCSS 5.3%