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:
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.
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:
Ponder on this, mb a better name. Ideally - just
a
as a CLI command. Also maybe it should take similar to gulpjs args, likea postprocess
to run postprocess task, etc.