Anyone else here use Slacker Radio?
Used it the last couple days (on this ROM, but I dont think its the ROM) and it plays one or two tracks just fine, then every track after that is sped up (think Chipmunks singing Shinedown
). Using logcat while its going on it seems to be changing the track latency, which seems to speed up the music playing.
If anyone uses it and can test Id appreciate it. Im not sure if its Slacker (since we're on KitKat now), their servers or the ROM/kernel.
Pandora streaming works just fine, BTW.
Sample from logcat:
Pandora (working) - D/AudioTrack( 202): latency() mLatency = 340, newLatency = 340
Slacker (working first track or two) - D/AudioTrack( 202): latency() mLatency = 265, newLatency = 297
Slacker (speeding up) - D/AudioTrack( 202): latency() mLatency = 340, newLatency = 170
Looks like the difference between the mLatency and newLatency is what might be causing the speed up....Im not sure WHY the latencies are being changed though.