A tool to convert ncm file to mp3/flac/...
网易云音乐的ncm文件转换工具。
ncm_c -h
ncm_c *.ncm
# for unix-pro guys
find . -type f -name '*.ncm' -exec ncm_c {} +
# for `fd` user
fd -e ncm -X ncm_ccargo install ncm_cor download the binary from release page
The core file parser is published as a crate: ncmc_lib.