android / uamp

A sample audio app for Android
Apache License 2.0
13.06k stars 3.74k forks source link

Android Auto: More control actions #496

Closed vanniktech closed 1 year ago

vanniktech commented 1 year ago

How can I get the same control options as spotify?

Screen Shot 2022-08-15 at 10 37 50

I've based my implementation on Media3 https://github.com/android/uamp/pull/488

vanniktech commented 1 year ago

So I found:

.setLiveConfiguration(LiveConfiguration.Builder()
  .setMinPlaybackSpeed(0.5f)
  .setMaxPlaybackSpeed(3f)
  .build()
)

Sadly it does not seem to be working though: https://issuetracker.google.com/issues/242439169

vanniktech commented 1 year ago

Closing in favor of https://github.com/androidx/media/issues/151