-
Notifications
You must be signed in to change notification settings - Fork 112
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
Cannot read mp3 with file-like object #439
Comments
Since no file name is available with |
Is it possible to try to get the file name with |
According to PEP519, the |
It should be reading the format from the |
It's strange, I get an error when I open the above file with sf.read(open("052316.mp3",'rb')), but not when I open this one, is it because the metadata is different? file 052316.mp3
> Audio file with ID3 version 2.4.0
file 111097.mp3
> Audio file with ID3 version 2.4.0, contains: MPEG ADTS, layer III, v1, 320 kbps, 44.1 kHz, Stereo |
Perhaps the file is broken in some way? Libsndfile is a bit more stringent in its MP3 implementation than some other libs. |
I tried to read a mp3 with file handle, but soundfile failed to read.
it shows
and here is the file
052316.mp3.zip
The text was updated successfully, but these errors were encountered: