16 releases
0.1.15 | Mar 2, 2025 |
---|---|
0.1.14 | Mar 2, 2025 |
0.1.12 | Feb 28, 2025 |
#366 in Audio
884 downloads per month
Used in ncm_c
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
Dependencies
~2.4–3.5MB
~77K SLoC