JaeDukSeo / lyricssyncher

A lyrics synchronizer that outputs a json file.

Home Page:http://juanumusic.github.io/lyricssyncher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lyrics Syncher

A fast and easy way to syncronize lyrics (or any text) with audio.

Live version: http://juanumusic.github.io/lyricssyncher

HitCount

JSON output

Outputs a JSON file with the following format:

[
    {"line":"Is this the real life","start":0.66457,"end":2.962777},
    {"line":"Is this just fantasy?","start":3.703243,"end":5.30221},
    {"line":"Caught in a landslide","start":7.658951,"end":9.959854},
    {"line":"No escape from reality","start":10.25648,"end":15.48818},
]

Built with reactjs

Client side only. No server side.

Contributing

Add a ticket on the ISSUES section or send your PR.

You can also buy me a coffe: Donate

Contact

Twitter Follow
GitHub followers

About

A lyrics synchronizer that outputs a json file.

http://juanumusic.github.io/lyricssyncher

License:MIT License


Languages

Language:JavaScript 83.5%Language:HTML 10.8%Language:CSS 5.7%