Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'import rawread': frame not available #94

Open
XMUsuny opened this issue May 28, 2019 · 1 comment
Open

'import rawread': frame not available #94

XMUsuny opened this issue May 28, 2019 · 1 comment

Comments

@XMUsuny
Copy link

XMUsuny commented May 28, 2019

Hello,
I just use the example to test librosa, using python3.7 on win10:

filename = librosa.util.example_audio_file()
y, sr = librosa.load(filename)

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.

@sampsyo
Copy link
Member

sampsyo commented May 28, 2019

Sorry, but this isn’t really enough information to tell what’s going wrong. Please include the full traceback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants