12 releases
0.1.11 | Feb 12, 2025 |
---|---|
0.1.10 | Feb 9, 2025 |
#364 in Audio
1,131 downloads per month
Used in ncm_c
10KB
233 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
~76K SLoC