bastibe / python-soundfile

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

libsndfile64bit.dll has no function, constant or global variable named 'sf_wchar_open' #323

Open NaNYeYuan opened 2 years ago

NaNYeYuan commented 2 years ago

Under Win10, I have downloaded libsndfile, and used pip install librosa (soundfile). It can find the libsndfile64bit.dll in sitepackages/_soundfile_data but not 'sf_wchar_open' function. Is there any ideas about how to fix it?

bastibe commented 2 years ago

Most likely, there is something wrong with the DLL. The one packaged with soundfile should work, though. There is no need for installing libsndfile separately.