@vince-gamer/nemassler-lib
v1.1.0
Published
Node.js library of nemassler, which to transform .ncm audio files to .mp3
Downloads
0
Readme
nemassler-lib
Node.js library of nemassler, which to transform .ncm audio files to .mp3
Currently Supported
[!IMPORTANT] This module is using
.nodebinary file, so it is only compatible with these following systems.
Supported:
- macOS(Apple Silicon)
- Linux(GNU, x64)
- Linux(GNU, arm64)
Installation
npm i @vince-gamer/nemassler-libUsage
import { ncm2mp3 } from "@vince-gamer/nemassler-lib"
const msg = ncm2mp3("~/Downloads/ncm", "~/Downloads/mp3")
console.log(msg) // [ 'Output file: ~/Downloads/mp3/xxx.mp3' ]