-
Notifications
You must be signed in to change notification settings - Fork 444
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
Corrupted Files? #44
Comments
That's a known issue (#41). Those 3 files have no audio at all (due to erroneous metadata). There are 6 files with less than 30s of audio in the small subset. Any idea how we could make the list of known issues more visible? |
So sorry didn't see that. I think maybe you could put a disclaimer in the readme that certain files will cause errors when trying to load in. I'm just starting machine learning so I might not be the best person to ask about this topic. Thanks for compiling an overall amazing dataset. |
Thanks for the kind words. There's a link under "History", but it might not be visible enough. |
I've added a wiki page and an hopefully more visible link in the README: |
I've found files in the fma_large and fma_full partitions that are malformed by using the following query:
Basically searched for any files which are 4kB or smaller. I deleted these files and unzipped them again from fma_large/fma_full, still seeing these as malformed.
|
I'm noticing that several files seem to cause segfaults in AudioLoader. They come up as warnings on single frames (I think)— Is there a way around this? |
Hello, I was trying to convert the small dataset to .wav using pydub and some files gave me errors trying to import. I tried them with librosa and they also failed. The files are as listed:
fma_small/099/099134.mp3
fma_small/108/108925.mp3
fma_small/133/133297.mp3
Please let me know if I did something wrong or if you are also getting the error. Thanks.
The text was updated successfully, but these errors were encountered: