Skip to content
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

skipped / discarded samples #3

Open
MrSqually opened this issue May 14, 2023 · 2 comments
Open

skipped / discarded samples #3

MrSqually opened this issue May 14, 2023 · 2 comments
Assignees

Comments

@MrSqually
Copy link
Collaborator

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 MrSqually self-assigned this May 14, 2023
@MrSqually
Copy link
Collaborator Author

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
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants