You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Librosa uses audioread to open audio file, then I find 'frame not available' when execute 'from . import rawread' in function 'available_backends()'. Could you tell me how to solve this question?
Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
I just use the example to test librosa, using python3.7 on win10:
Result:FileNotFoundError: [WinError 2] 系统找不到指定的文件。
Librosa uses audioread to open audio file, then I find 'frame not available' when execute 'from . import rawread' in function 'available_backends()'. Could you tell me how to solve this question?
Thanks.
The text was updated successfully, but these errors were encountered: