Skip to content

JaeDukSeo/lyricssyncher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.5%
  • HTML 10.8%
  • CSS 5.7%