An open API service indexing awesome lists of open source software.

https://github.com/adielbm/lrc-generator

A nice tool for creating LRC files. (synced lyrics)
https://github.com/adielbm/lrc-generator

lrc lrc-maker lyrics lyrics-generator lyrics-synced

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

A nice tool for creating [LRC files](https://en.wikipedia.org/wiki/LRC_%28file_format%29).
(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](screenshot.jpg)

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:
```bash
npm run build
npm run start
```