media/libraries/common/src
tonihei 1a5cf6718b Use BaseAudioProcessor format tracking in SilenceSkippingAudioProcessor
The class currently tracks the input format itself, updating it too
early in onConfigure() instead of onFlush(). This causes issues when
the format changes and the new values are applied to the silence
skipping logic of the old format. The fix is to use the base class
input format handling instead.

Issue: androidx/media#1352
PiperOrigin-RevId: 633232368
2024-05-13 09:17:28 -07:00
..
main Use BaseAudioProcessor format tracking in SilenceSkippingAudioProcessor 2024-05-13 09:17:28 -07:00
test Add method to obtain media duration from playout duration 2024-05-13 07:47:14 -07:00