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
Currently, the MP3Parser is very lenient with what it attempts to parse, leading to it attempting to parse a number of file formats that it shouldn't. This has necessitated a number of edge case checks being added to skip formats that are known to be affected. It's likely that there are numerous unknown edge cases, though, and the parser itself should be made more robust so that it only attempts to parse MP3 files.
The text was updated successfully, but these errors were encountered:
Currently, the
MP3Parser
is very lenient with what it attempts to parse, leading to it attempting to parse a number of file formats that it shouldn't. This has necessitated a number of edge case checks being added to skip formats that are known to be affected. It's likely that there are numerous unknown edge cases, though, and the parser itself should be made more robust so that it only attempts to parse MP3 files.The text was updated successfully, but these errors were encountered: