Closed jamen closed 8 years ago
Would be nice if there was a little utility to just create streams right out off the bat.
Audio.stream({ ...options }) .pipe(through2.obj(function(audio, enc, callback) { // ... }));
Would be nice if there was a little utility to just create streams right out off the bat.