TheRealFalcon / Prestissimo

Drop-in replacement for the Presto service on Android
57 stars 10 forks source link

setPlaybackrate() is not working #30

Open harshit-johri opened 7 years ago

harshit-johri commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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