1
0
mirror of https://github.com/yattee/yattee.git synced 2024-12-13 22:00:31 +05:30

Change playback rates for MPV

This commit is contained in:
Arkadiusz Fal 2022-11-18 23:45:49 +01:00
parent bc1571a746
commit be2af82300

View File

@ -93,7 +93,7 @@ final class MPVBackend: PlayerBackend {
private var timeObserverThrottle = Throttle(interval: 2)
var suggestedPlaybackRates: [Double] {
[0.1, 0.25, 0.3, 0.33, 0.5, 0.67, 0.8, 1, 1.25, 1.5, 1.75, 2, 3, 4]
[0.25, 0.33, 0.5, 0.67, 0.75, 1, 1.25, 1.5, 1.75, 2, 3, 4]
}
func canPlayAtRate(_ rate: Double) -> Bool {