-
Notifications
You must be signed in to change notification settings - Fork 93
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
Pause/resume works slowly #41
Comments
@anonym24 Hi. Thank you for the issue report. I have tweaked some parameters and try the following branch code 😉 |
Yeah I see the difference (I compiled one project with current library and one with library from feature/improve_play_pause_response) In previous library the biggest delay before pause had HybridMediaPlayerFactory (OpenSLMediaPlayerFactory was faster). Now I see that with the latest modified library it became much better (Standard MediaPlayer still has the fastest response)
Thanks! |
Are you going to push this change to new version? |
Pause/resume working not instantly when I press pause/resume button.
So for example it has a little delay before it pauses after I pressed my pause button.
No such delay with default Android MediaPlayer, also apps like PowerAmp, AIMP don't have this problem.
I already use this solution to disable smooth fading, but this is quite another problem when it just works not fast as wanted
The text was updated successfully, but these errors were encountered: