python-soundfile icon indicating copy to clipboard operation
python-soundfile copied to clipboard

The duration of the audio read by the soundfile library is incorrect

Open oceanzhou94 opened this issue 1 year ago • 1 comments
trafficstars

In fact, the audio duration is about 21 hours. but the duration read by the soundfile is 6e+10:4e+01:3.719h

import soundfile

audio_info = soundfile.info("e:/..../ss.mp3")

print(info)

oceanzhou94 avatar Sep 06 '24 10:09 oceanzhou94