audiojs / contributing

Discussion and guidelines for contributing
2 stars 0 forks source link

audio-batch #5

Open dy opened 8 years ago

dy commented 8 years ago

Batch processing tool, I guess, generates stream of audio buffers according to files matched by glob. To make chained processing of multiple files. E.g. make all files faded in/out and normalized in current directory:

batch * | normalize | trim | fade --in .5s --out 1s

Ponder on this, mb a better name. Ideally - just a as a CLI command. Also maybe it should take similar to gulpjs args, like a postprocess to run postprocess task, etc.