thasmin / Podax

Podcast client for Android
Other
165 stars 34 forks source link

Player skips last few seconds of every podcast #202

Closed philcolbourn closed 9 years ago

thasmin commented 10 years ago

Is playback speed faster than normal?

philcolbourn commented 10 years ago

no. i do sometimes vary playback speed. at moment it is x1

skipping amount varies. I have seem 4s, 11s, sometimes 0.

To repeat, just play podcast, skip to near end, and watch it move onto next podcast.

Phil

On Thu, Jun 19, 2014 at 10:41 PM, Dan Goldstein notifications@github.com wrote:

Is playback speed faster than normal?

— Reply to this email directly or view it on GitHub https://github.com/thasmin/Podax/issues/202#issuecomment-46555113.

thasmin commented 10 years ago

I have an idea what causes this. I'll write it here so I don't forget it. When switching to the new audio player, I got lazy with error checking and assumed that any error meant the podcast was finished. It tested it a bit and couldn't break it so I moved on to other things.

thasmin commented 9 years ago

The mp3 library was estimating the podcast length, which could mean it was off by quite a lot in audio files the length of podcasts. This is fixed in 9d05ca7.