clamsproject / app-tonedetection

CLAMS wrapper for monotonic audio detection
Other
0 stars 0 forks source link

skipped / discarded samples #3

Open MrSqually opened 1 year ago

MrSqually commented 1 year ago

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

MrSqually commented 1 year ago

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?

keighrim commented 1 year ago

I don't think we need to "fix" the un-fixable. Should we keep the warning? Probably not, considering there's not much to resolve such warnings anyway.