1.0.6 • Published 7 years ago

audio-split v1.0.6

Weekly downloads
64
License
MIT
Repository
github
Last release
7 years ago

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)
1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago