android-sdk icon indicating copy to clipboard operation
android-sdk copied to clipboard

Accuracy of Seek

Open gkguru opened this issue 5 years ago • 1 comments

Suppose I provide an offset in ms, does the player try to play from this exact position or does it start from a nearby block/chunk start point?

gkguru avatar Feb 05 '20 21:02 gkguru

From what i have experienced it has some kind of block/chunk behavior. In my app i represent the current song time in seconds and scale it up to milliseconds each time i call seek on the playerAPI. The corresponding PlayerState that i receive in the subscription is always a little bit off.

Nimmidev avatar May 13 '20 14:05 Nimmidev