-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flicker when manually selecting a new song #26
Comments
ooh this looks like a tough one 😆 |
api appears to be unreliable. now iffy replication |
my first assumption is wrong. the problem is in the view. the updates should be delayed by 100ms or so if possible |
I thought throttle would solve this, but doesn't appear to work... https://developer.apple.com/documentation/combine/fail/throttle(for:scheduler:latest:) |
the problem was the events were too close together (~20ms). solved, fix coming in shortly |
it's back 😞 |
still happening after 400ms delay. the delay seems to correlate how "far" songs are. like if I'm clicking songs on the same playlist, low latency. I click songs on way different playslists, especially one that I have not touched for long, higher latency |
still seeing this 4/28, after 600ms delay |
if you are in spotify and you manually click play on a different song (instead of something like next track) spotify will register playback state as stopped. the model will reset the data and there will be a visual flicker from soundseer icon to next song title
The text was updated successfully, but these errors were encountered: