python-soundfile
python-soundfile copied to clipboard
The duration of the audio read by the soundfile library is incorrect
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)