audiojs / audio

Class for high-level audio manipulations [NOT MAINTAINED]
MIT License
240 stars 9 forks source link

Audio.stream method. #21

Closed jamen closed 8 years ago

jamen commented 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) {
  // ...
}));