mp3cat-bin

3.0.1 • Public • Published

mp3cat-bin Build Status

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

Package Sidebar

Install

npm i mp3cat-bin

Weekly Downloads

2

Version

3.0.1

License

MIT

Last publish

Collaborators

  • azu