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)
- Host: GitHub
- URL: https://github.com/adielbm/lrc-generator
- Owner: adielBm
- License: unlicense
- Created: 2022-07-19T08:26:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T09:43:04.000Z (7 months ago)
- Last Synced: 2025-04-19T22:02:23.495Z (6 months ago)
- Topics: lrc, lrc-maker, lyrics, lyrics-generator, lyrics-synced
- Language: JavaScript
- Homepage: https://lrc-generator.netlify.app
- Size: 408 KB
- Stars: 17
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
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
```