You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting. This is an old issue in the library that gets really noticeable with low playback speeds and happens because audio samples are skipped during seeks. Before playback starts there is a seek to position 0 and all samples are skipped until the first video frame.
This is not a simple fix but I hope to solve it at some point.
VideoView.setPlaybackSpeed(0.1f), then call VideoView.start(), but the play speed is normal, it will slow down to 0.1f after a second.
The text was updated successfully, but these errors were encountered: