bastibe / python-soundfile

SoundFile is an audio library based on libsndfile, CFFI, and NumPy
BSD 3-Clause "New" or "Revised" License
701 stars 108 forks source link

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

Open oceanzhou94 opened 3 weeks ago

oceanzhou94 commented 3 weeks ago

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)

bastibe commented 3 weeks ago

Please raise this issue with libsndfile. Soundfile merely reports what the underlying library returns.