25 releases
Uses new Rust 2024
| new 0.3.1 | May 9, 2026 |
|---|---|
| 0.3.0 | May 9, 2026 |
| 0.2.7 | Feb 28, 2026 |
| 0.2.6 | Aug 31, 2025 |
| 0.1.12 | Feb 28, 2025 |
#1545 in Audio
Used in ncm_c
14KB
315 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_covermethod to download cover image from internet if not contained in ncm file.
Acknowledgement
Dependencies
~2–14MB
~159K SLoC