Hello, I see that you published 2 libraries for sox. So, in trying to decide which one to use, here are a couple of things that I learned while looking through the sources. I thought maybe you'd like to put something like this in your README. If not, perhaps this issue will help someone decide.
sox-stream creates a temp file and sox.js does not.
- Node will process every byte of every file with
sox-stream whereas it will not when using sox.js.
These are 2 pretty big factors for my decision to just use sox.js for now until I really need that pipe interface.
Also I just wanted to tell you that sox-stream is mentioned without any context in the sox.js README which was slightly puzzling.
Thanks for your work!