-
Notifications
You must be signed in to change notification settings - Fork 108
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
Bug: Error when reading file with librosa, audioread reports float division by zero
error
#108
Comments
Hi! It looks like this error happens in librosa code, not in audioread code. So I'm not sure we can do anything about it… do you have more information that indicates that something is wrong in audioread itself? |
Hi!! Thanks for the response!
Which gave me the impression that this issue comes from |
Also, I was actually reading a
|
Got it; thanks for clarifying. It seems like there are two independent things to be done:
In any case, for the audioread side of things, the thing to do is to try to reproduce the problem. To that end, can you share an example file that triggers the problem? Details about your system setup would also be helpful. |
Of course, let me write a script for this quick. |
Edit, it was with a specific audio clip. I'm trying to find that right now. :/ |
@Rubix982 I encounter the same issue. Did you solve it? |
I did not, @Stapelueberflieger |
#librosa/librosa#765 (comment) |
@Stapelueberflieger try out |
Hello!
I was using the following piece of code,
But I was thrown the following error,
I was trying to load a
.mp3
using librosa, while usingaudioread
as a backend.I am not sure why the error is ocuring, but I'll use a try - catch block to avoid it.
A similar issue is here, librosa/librosa#765, but the solution to the problem by the author has not been stated.
Help would be appreciated. Thank you!
The text was updated successfully, but these errors were encountered: