[REQUIRED] Use case description
I'm currently using the Skip silence audio processor but I'm unable to retrieve the number of dropped frames from the exoplayer instance.
This would be a nice feature to provide stats and feedback to the user
Proposed solution
Maybe adding a new callback in AnalyticsListener could be a solution
Alternatives considered
Duplicating the Skip Silence Audio processor to then add it to the RenderedFactory can work, but it's not ideal
[REQUIRED] Use case description
I'm currently using the Skip silence audio processor but I'm unable to retrieve the number of dropped frames from the exoplayer instance.
This would be a nice feature to provide stats and feedback to the user
Proposed solution
Maybe adding a new callback in AnalyticsListener could be a solution
Alternatives considered
Duplicating the Skip Silence Audio processor to then add it to the RenderedFactory can work, but it's not ideal