1.1.2 • Published 8 years ago

audio-slice v1.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

audio-slice Build Status stable

Slice input audio stream to the duration, i. e. sound after N seconds will not be played and stream will end. Useful to force input stream to end.

Usage

npm install audio-slice

var Sine = require('audio-oscillator/sine');
var Slice = require('audio-slice');
var Speaker = require('audio-speaker');

Generator().pipe(Slice(2)).pipe(Speaker());
1.1.2

8 years ago

1.1.0

8 years ago

1.0.0

9 years ago