mirror of
https://github.com/yattee/yattee.git
synced 2025-10-10 17:38:15 +00:00
Change playback rates for MPV
This commit is contained in:
@@ -93,7 +93,7 @@ final class MPVBackend: PlayerBackend {
|
|||||||
private var timeObserverThrottle = Throttle(interval: 2)
|
private var timeObserverThrottle = Throttle(interval: 2)
|
||||||
|
|
||||||
var suggestedPlaybackRates: [Double] {
|
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 {
|
func canPlayAtRate(_ rate: Double) -> Bool {
|
||||||
|
Reference in New Issue
Block a user