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

Fix duration to include partial seconds

Open jonmumm opened this issue 3 years ago • 0 comments

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 on.

I added a line to the duration parsing to add the fraction.

jonmumm avatar Jan 14 '22 14:01 jonmumm