Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

keapick/echokaraoke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

echokaraoke

A Simple iOS app that plays mp3+cdg files.

Karaoke app

Once songs are loaded via iTunes, press the refresh button to load a list of songs on the device.

Song list

Touch the screen to start playing. Should probably add a play button here.

Playing a song

Loading songs

Songs are added via iTunes. Note that CDG and MP3 filenames must match. Also there is no support for Zipped files in the demo app.

Adding Songs

Acknowledgements

libCDG is used for low level CDG processing. It is a part of OpenKJ.

UIImage-Conversion is used to convert raw CDG data to a UIImage.