waveform-node icon indicating copy to clipboard operation
waveform-node copied to clipboard

Results 3 waveform-node issues
Sort by recently updated
recently updated
newest added

Currently the duration parsing from the ffmpeg string throws out the fraction of a second to get the duration. This causes the number of samples to be calculated incorrectly later...

``` $ ./index.js child_process.js:381 throw new TypeError('"file" argument must be a non-empty string'); ^ TypeError: "file" argument must be a non-empty string at normalizeSpawnArguments (child_process.js:381:11) at exports.spawn (child_process.js:494:38) at getDataFromFFMpeg...

I've tried loading a 6min WAV and a 6min WebM for the same track, and while in the former case I suppose it could make sense that I'd run out...