bastibe / python-soundfile

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

soundfile.info does not work on mp3 #427

Open lixuyuan102 opened 4 months ago

lixuyuan102 commented 4 months ago

soundfile.read can read ".mp3". However sf.info get :

Error opening '.....mp3' File contains data in an unknown format.

bastibe commented 4 months ago

You will probably need to re-open this issue with libsndfile.

lixuyuan102 commented 4 months ago

You will probably need to re-open this issue with libsndfile.

Thanks