h6ah4i / android-openslmediaplayer

Re-implementation of Android's MediaPlayer and audio effect classes based on OpenSL ES APIs.
https://openslmediaplayer.h6ah4i.com
Apache License 2.0
419 stars 97 forks source link

Playback issue with version 0.7.4 #35

Closed tuhin10 closed 7 years ago

tuhin10 commented 7 years ago

Something's wrong in the latest version, its skipping fast forwding on its own.

h6ah4i commented 7 years ago

I have not changed so much since v0.7.2. Maybe that seems NDK r15 related issue, I guess... Could you give more info that help reproducing the issue?

tuhin10 commented 7 years ago

I am using your sample code only. Its working fine with v0.7.3.

Android OS version- 6.0.1(Cyanogen Os- 13.1.2) Device / Model - One Plus One(A0001)

anonym24 commented 7 years ago

Similar issue for me with 0.7.4 (0.7.3 works fine), when I start playing file, everything is ok, when I press pause button and then again play (to play the same file) it starts playing it fast, then when I change to the next file (next button) it again plays it ok at the first time but after pause the song starts fast I can even hear that it starts playing fast when I press pause (because with this player pause isn't instant, it has some effect (lowering the volume firstly and then pause, some delay before pause) enabled by default as I understood

My phone: Xiaomi Redmi 4 Prime 6.0.1

h6ah4i commented 7 years ago

@tuhin10 @anonym24 Hi. Thanks for your info! I have just released v0.7.5 which fixed this issue.