mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-14 14:20:30 +05:30
Merge pull request #5009 from Bnyro/master
feat: support for 1.25x playback speed
This commit is contained in:
commit
9cacda2add
@ -80,7 +80,7 @@ class PlaybackOptionsSheet(
|
||||
}
|
||||
|
||||
companion object {
|
||||
private val SUGGESTED_SPEEDS = listOf(0.5f, 1f, 1.5f, 2f, 4f)
|
||||
private val SUGGESTED_SPEEDS = listOf(0.5f, 1f, 1.25f, 1.5f, 2f)
|
||||
private val SUGGESTED_PITCHES = listOf(0.5f, 1f, 1.5f, 2f)
|
||||
}
|
||||
}
|
||||
|
@ -45,7 +45,7 @@
|
||||
android:id="@+id/speed"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:stepSize="0.1"
|
||||
android:stepSize="0.05"
|
||||
android:value="1.0"
|
||||
android:valueFrom="0.2"
|
||||
android:valueTo="4.0" />
|
||||
|
Loading…
Reference in New Issue
Block a user