/java_karaoke

Reads mp3+bin zip files and plays the mp3 while drawing the CDG format gfx

Primary LanguageJavaApache License 2.0Apache-2.0

Java Karaoke

A neat little library for playing MP3+CDG zipfiles.

Requirements

  • Zipfile name (minus extension) must EXACTLY match inner CDG and MP3 filenames.

Dependencies

Put the commons jar and the basicplayer jar in the top level directory, named like so:

  • basicplayer2.3.jar
  • commons-logging-1.1.jar

Unzip mp3spi1.9.4 as a subdirectory called MpegAudioSPI1.9.4.

Building

ant compile
ant jar
ant run