librosa can't open .wav created by librosa?
问题 i'm trying to use librosa to generate some data by cutting 1s pieces from some .wav file with a duration of 60s. This part works, i create all my files and i can also listen to them via any player, but if i try to open them with librosa.load i receive this error: >>> librosa.load('.\\train\\audio\\silence\\0doing_the_dishes.wav', sr=None) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Users\gionata\AppData\Local\Programs\Python\Python36\lib\site\packages