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
Certain input files return the following warnings:
[mp3float @ 0x7f24dc015100] Could not update timestamps for skipped samples.
[mp3float @ 0x7f24dc015100] Could not update timestamps for discarded samples.
Need to isolate the cause before addressing problem, as it only happens for certain files
The text was updated successfully, but these errors were encountered:
On further exploration, this seems to be an issue with ffmpeg reading in VBR mp3 files. This aubio issue and this other related discussion isolate the problem, but at the moment it doesn't seem like there's much of a solution outside of just suppressing the warnings. Is this how we want to proceed, or should I look for other fixes?
Certain input files return the following warnings:
Need to isolate the cause before addressing problem, as it only happens for certain files
The text was updated successfully, but these errors were encountered: