OSError: sndfile library not found

OSError: sndfile library not found

这个提示是没有安装soundfile,与安装librosa版本没关系。
librosa版本7以下的,在加载wav信息会很慢,需要7以上版本,因为他借用了sound file这个包。

声音文件Python模块取决于本libsndfile机库。您需要在操作系统上安装它:
pip install libsndfile
pip install libsndfile

おすすめ

転載: blog.csdn.net/weixin_44885180/article/details/118424788