Joseph Dykstra

Results 57 comments of Joseph Dykstra

What happens if you remove the `effects` parameter? ----------- ### If you're familiar with the command line, you can try this: Try running this command in your console: ```bash sox...

I recommend running a similar command via the command line. That way the full sox warning message should be shown. If you're not sure what command is getting run, you...

> Is this lib supports fade? I'm not sure what you're asking. This library supports effects, using `options.effects`. However, the library is just a thin wrapper around `child_process.spawn('sox')`.

Fixed by c92046f034dea4a08a62f0af809df90bcb8a66c2?

Thanks for the feedback. It is really useful to know how a new user sees a product, and what the missing information is.

Ideally, there would be a short Pros/Cons list in sox.js and sox-stream that list the differences and use-cases of both.

You might be able to get the audio file as a stream, and then pipe it into gzip or something like that. It's not possible with this package. However, this...

A stream is a node.js stream. To learn more about them, I recommend reading this: https://github.com/substack/stream-handbook#introduction TLDR, it's a way to work on chunks of data instead of the whole...

Sorry for the late response... I don't know why you are getting empty files. I'm not sure what your options are. I would expect the effects to work. However, the...

@dylanblokhuis any chance this could get merged?