clojure functions and cli program that extract lyrics and timing data for sing-along display
$ lein uberjar
$ 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
--typeeither edn, ass or json--helpshow help-iinput directory with midi files-ooutput directory where to store lyrics files
Copyright © 2021
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.