audio-split

1.0.6 • Public • Published

audio-split

NPM

Slice audio file into subclips

Requirements

  • ffmpeg

Installation

npm install audio-split

Usage

var split = require('audio-split');
 
split({
  filepath: 'path/to/file.mp4',
  minClipLength: 5
  maxClipLength: 10
});

Parameters

  • filepath (String, required)
  • minClipLength (float, optional, default 5)
  • maxClipLength (float, optional, default minClipLength + 5)

Readme

Keywords

none

Package Sidebar

Install

npm i audio-split

Weekly Downloads

18

Version

1.0.6

License

MIT

Last publish

Collaborators

  • calufornia