11 releases
new 0.1.10 | Feb 9, 2025 |
---|---|
0.1.9 | Feb 9, 2025 |
#384 in Audio
1,103 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.2–3.5MB
~69K SLoC