RustyKaraoke: Difference between revisions

From DisNCord Community Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 10: Line 10:


Various reverse-engineering efforts were made to dissect the proprietary Karaoke formats.
Various reverse-engineering efforts were made to dissect the proprietary Karaoke formats.
== eXtreme Karaoke MIDI Archive (.emk)==
EMK files are simply an archive of the NCN format, compressed into one single file.
An EMK file contains the following data:
*EMK Header (extra metadata)
*NCN Lyrics
*NCN Cursor
*MIDI
All EMK files are XOR encrypted with the magic key <code>AFF24C9CE9EA994</code>, which when decrypted becomes a DEFLATE stream of an archive with 4 chunks containing these files.
Once extracted, it can be played like a normal NCN file, with extra metadata in the headers.

Latest revision as of 02:21, 29 November 2022

Template:Stub

RustyKaraoke is an attempt to create a universal karaoke player in the Rust programming language by Cappy Ishihara after encountering various frutstrations with various proprietary Thai karaoke software (Nick Karaoke, eXtreme Karaoke), while development on its open-source alternative HandyKaraoke was stagnant.


RustyKaraoke was primarily created to support the various Thai karaoke formats (NCN, EMK), but with planned support for other formats including Video with ASS subtitles, MP3/CD+G and more.

Various reverse-engineering efforts were made to dissect the proprietary Karaoke formats.