Skip to content

slightly edited version of SuJiKiNen's LyricDecoder for use with emscripten.

Notifications You must be signed in to change notification settings

Copay/LyricDecoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LyricDecoder

slightly modified version of https://github.com/SuJiKiNen/LyricDecoder for easier build with emscripten.

build the project with simply

emcc LyricDecoder.c lrcdec.c QQMusicDES/des.c -s USE_ZLIB=1 -o lrcdec.cjs

ensure that you have emscripten installed in your machine in advance.

example build command with ccall and without async or wasm (fuck vercel for ignore my wasm files.)

emcc LyricDecoder.c lrcdec.c QQMusicDES/des.c -sUSE_ZLIB=1 -sWASM=0 -o lrcdec.cjs -sEXPORTED_FUNCTIONS=_qrcd -sEXPORTED_RUNTIME_METHODS=ccall -sBINARYEN_ASYNC_COMPILATION=0

Licence

https://github.com/SuJiKiNen/LyricDecoder/blob/master/LICENSE

About

slightly edited version of SuJiKiNen's LyricDecoder for use with emscripten.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages