3.0.1 • Published 7 years ago
mp3cat-bin v3.0.1
mp3cat-bin
Binary wrapper for mp3cat - concat mp3 files. https://github.com/dmulholland/mp3cat
CLI
$ npm install --save mp3cat-bin
$ mp3cat --help
API
$ npm install --save mp3cat-bin
const execFile = require('child_process').execFile;
const mp3cat = require('mp3cat-bin');
execFile(mp3cat, ['--help'], (err, stdout) => {
console.log(stdout);
});
License
MIT @ azu