This package has been deprecated

Author message:

So nice name, so useless and wrong package. Email for name request.

audio-slice

1.1.2 • Public • Published

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());

Readme

Keywords

Package Sidebar

Install

npm i audio-slice

Weekly Downloads

3

Version

1.1.2

License

MIT

Last publish

Collaborators

  • dfcreative
  • jamen