Open harshit-johri opened 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.
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
You need to add jitpack to your repositorys like in the Readme. Please open an issue if the problem persists!
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