waveform-node
waveform-node copied to clipboard
Fix duration to include partial seconds
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.