#ncm #lib #convert #file #ncmc #flac #ncm-file

ncmc_lib

convert ncm to mp3 or flac

11 releases

new 0.1.10 Feb 9, 2025
0.1.9 Feb 9, 2025

#384 in Audio

Download history 1103/week @ 2025-02-04

1,103 downloads per month
Used in ncm_c

MIT license

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

YTSakura233/ncm2mp3

Dependencies

~2.2–3.5MB
~69K SLoC