Reputation: 164
It looks like on Android 4.2 (Jelly bean) has an issue using ExoPlayer Library. When used for Audio purpose to stream live music, the Playback is played at double the speed.
I have raised an issue at the Github for ExoPlayer but no positive reply till yet.
Anyone with any suggestion will be highly appreciated.
Thanks
Upvotes: 2
Views: 3007
Reputation: 28285
this symptom will happen when any given player (not specific to Exo) cannot resolve from the source media either/or the input's sample-rate or bit-depth - If you start with one song using known values, say sample-rate 44100 Hertz and a bit-depth of 16 bits which are typical audio defaults, play this then convert it into permutations, say bit-depth of 8 bits to see if this makes a difference
Upvotes: 1