Skip to content
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

setPlaybackrate() is not working #30

Open
harshit-johri opened this issue Mar 1, 2017 · 3 comments
Open

setPlaybackrate() is not working #30

harshit-johri opened this issue Mar 1, 2017 · 3 comments

Comments

@harshit-johri
Copy link

I am using presto client library as a jar and using its own Media Player to increase and decrease the playback rate but unfortunately it is not working.
Kindly tell me how can I use that method or use Prestissimo to achieve the same.
Thanx in advance

@PaulWoitaschek
Copy link

I forked the core code and created a mediaplayer drop-in replacement:

https://github.com/PaulWoitaschek/AndroidPlayer

It works without a service and can just be used. It's written in Kotlin and can therefore be used from java too.

@harshit-johri
Copy link
Author

Unable to add dependency in build gradle
Error:A problem occurred configuring project ':app'.

Could not resolve all dependencies for configuration ':app:_debugApkCopy'.
Could not find com.github.PaulWoitaschek:AndroidPlayer:$latestVersion.
Required by:
MusicSpeed:app:unspecified

@PaulWoitaschek
Copy link

You need to add jitpack to your repositorys like in the Readme. Please open an issue if the problem persists!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants