#ncm #lib #convert #file #ncmc #flac #ncm-file

ncmc_lib

convert ncm to mp3 or flac

16 releases

0.1.15 Mar 2, 2025
0.1.14 Mar 2, 2025
0.1.12 Feb 28, 2025

#366 in Audio

Download history 828/week @ 2025-02-05 220/week @ 2025-02-12 43/week @ 2025-02-19 546/week @ 2025-02-26 55/week @ 2025-03-05

884 downloads per month
Used in ncm_c

MIT license

10KB
234 lines

About

The lib for the tool to convert ncm file to mp3/flac/...

网易云音乐的ncm文件转换工具ncm_c的库。

Usage

use ncmc_lib::NcmFile;

let ncm = NcmFile::open("path/to/your.ncm").unwrap();
ncm.save().unwrap();

Acknowledgement

YTSakura233/ncm2mp3

Dependencies

~2.4–3.5MB
~77K SLoC