mirror of
https://github.com/samsonjs/media.git
synced 2026-06-27 05:19:30 +00:00
If audio processors report a drifting position, we currently update the media position parameters to correct this drift. However, this means we pass in the wrong value to audioProcessorChain.getMediaDuration, which reuqires the time since the last flush. To fix this problem, we can instead save the drift seperately and apply it where needed. PiperOrigin-RevId: 692202219 |
||
|---|---|---|
| .. | ||
| java/androidx/media3/exoplayer | ||
| res | ||
| AndroidManifest.xml | ||