Skip to content

Commit bf430d6

Browse files
committed
feat(playback-options): add additional suggested speed chips
Adds quick-selection chips for 2.5 and 3.0 playback speed. This allows users to quickly select playback speeds above 2.0. Closes: libre-tube#8231
1 parent ffc4a04 commit bf430d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/github/libretube/ui/sheets/PlaybackOptionsSheet.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ class PlaybackOptionsSheet(
174174
}
175175

176176
companion object {
177-
private val SUGGESTED_SPEEDS = listOf(0.5f, 1f, 1.25f, 1.5f, 1.75f, 2f)
177+
private val SUGGESTED_SPEEDS = listOf(0.5f, 1f, 1.25f, 1.5f, 1.75f, 2f, 2.5f, 3f)
178178

179179
// Semitone's ratio in equal temperament is the 12th root of 2, or 2^(1/12)
180180
// References:

0 commit comments

Comments
 (0)