19 releases
Uses new Rust 2024
new 0.2.2 | Mar 16, 2025 |
---|---|
0.2.1 | Mar 16, 2025 |
0.1.16 |
|
0.1.12 | Feb 28, 2025 |
#591 in Audio
1,090 downloads per month
Used in ncm_c
14KB
316 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();
features
cover_download
: providewith_cover
method to download cover image from internet if not contained in ncm file.
Acknowledgement
Dependencies
~2–12MB
~155K SLoC