slicewav
v0.1.0
Published
Slice audio file into parts of equal length
Readme
slicewav
Quick audio file slicer.
Install from npm Registry:
npm i -g slicewavInstall from local:
npm i -g ....installs slicewav into Node bin.
Then, e.g.
slicewav audio.wav 6slices audio.wav into six parts of equal length. The output files are invariably named
slice000.wav, slice001.wav etc.
Requires ffmpeg and ffprobe commands to be available.
