We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can we have a some kind of watchdog here? i.e. callback function when no data send to VS1053 for some time?
The text was updated successfully, but these errors were encountered:
Hi @vladkozlov69 I am not sure what you mean.
Sorry, something went wrong.
Hi @CelliesProjects
I think we can add something like this
extern void audio_stream_stats(int eventType, int value) __attribute__((weak));
and call it from these places where we have logging "spend %lu ms stuffing %i bytes in decoder", "Stream stalled for %lu ms" etc.
This way the user application will have the info about unstable connection, can feed WDT, etc.
No branches or pull requests
Can we have a some kind of watchdog here? i.e. callback function when no data send to VS1053 for some time?
The text was updated successfully, but these errors were encountered: