Added ability to set Playback speed and pitch
This commit is contained in:
parent
3a6645ab35
commit
943de60f23
12 changed files with 229 additions and 18 deletions
|
@ -1,6 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
<item
|
||||
android:id="@+id/action_playback_speed"
|
||||
android:checkable="true"
|
||||
android:icon="@drawable/ic_playback_speed"
|
||||
android:orderInCategory="0"
|
||||
android:title="@string/playback_speed"
|
||||
app:showAsAction="always"
|
||||
tools:targetApi="23" />
|
||||
<item
|
||||
android:id="@+id/action_toggle_lyrics"
|
||||
android:checkable="true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue