Prestissimo icon indicating copy to clipboard operation
Prestissimo copied to clipboard

setPlaybackrate() is not working

Open harshit-johri opened this issue 8 years ago • 3 comments

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

harshit-johri avatar Mar 01 '17 08:03 harshit-johri

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.

PaulWoitaschek avatar Mar 01 '17 08:03 PaulWoitaschek

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

harshit-johri avatar Mar 01 '17 11:03 harshit-johri

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

PaulWoitaschek avatar Mar 01 '17 12:03 PaulWoitaschek