Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 968 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 968 Bytes

clj-karaoke

Clojars Project

clojure functions and cli program that extract lyrics and timing data for sing-along display

Building

$ lein uberjar 

Usage

$ java -jar clj-karaoke-lyrics.jar input-file.mid output.json --type json
$ java -jar clj-karaoke-lyrics.jar -i <inputdir> -o <outputdir> -t ass --offset -1000

Options

  • --type either edn, ass or json
  • --help show help
  • -i input directory with midi files
  • -o output directory where to store lyrics files

References

License

Copyright © 2021

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.