librosa.load: file not found error on loading a file

前端 未结 4 556
盖世英雄少女心
盖世英雄少女心 2021-01-28 09:17

I am trying to use librosa to analyze .wav files. I started with creating a list which stores the names of all the .wav files it detected.

data_dir = \'/Users/r         


        
4条回答
  •  死守一世寂寞
    2021-01-28 09:55

    Upgrading audioread to 2.1.8 fixed this issue for me. The bugfix can be inspected here: https://github.com/beetbox/audioread/commit/8c4e236fda38ce1d1f6dafc4715074a790e62849

提交回复
热议问题