18 releases

Uses new Rust 2024

0.2.3 Mar 16, 2025
0.2.2 Mar 16, 2025
0.1.16 Mar 16, 2025
0.1.12 Feb 28, 2025

#127 in Audio

Download history 138/week @ 2025-01-30 595/week @ 2025-02-06 136/week @ 2025-02-13 29/week @ 2025-02-20 546/week @ 2025-02-27 40/week @ 2025-03-06 538/week @ 2025-03-13 84/week @ 2025-03-20

622 downloads per month

MIT license

8KB
58 lines

About

A tool to convert ncm file to mp3/flac/...

网易云音乐的ncm文件转换工具。

Usage

ncm_c -h

find . -type f -name '*.ncm' -exec ncm_c {} +
# for `fd` user
fd -e ncm -X ncm_c

Installation

cargo install ncm_c

or download the binary from release page

Others

The core file parser is published as a crate: ncmc_lib.

Acknowledgement

Dependencies

~13–21MB
~396K SLoC