psaylor / sox-audio

A NodeJS interface to SoX audio utilities
MIT License
70 stars 22 forks source link

Is it possible to get output audio data in a variable without saving it on disk? #11

Closed Catsvilles closed 4 years ago

Catsvilles commented 5 years ago

I just want to apply a few audio effects to a file and store result in a variable and pass it to the next function. Would it be possible with this package or overall with Sox? Thank you!

m00nwtchr commented 4 years ago

You can save your output to a stream. (But not one pointing at a file). I'm pretty sure theres info about that in nodejs documentation about streams