1.0.6 • Published 8 years ago

audio-split v1.0.6

Weekly downloads
64
License
MIT
Repository
github
Last release
8 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

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago