mirror of
https://github.com/xaionaro-go/streamctl.git
synced 2025-12-24 12:27:57 +08:00
[streamplayer] Allow at least some slowdown (to prevent buffer underrun)
This commit is contained in:
@@ -30,7 +30,7 @@ const (
|
||||
enableSeekOnStart = true
|
||||
enableTracksRotation = false
|
||||
enableSlowDown = true
|
||||
minSpeed = 1.0
|
||||
minSpeed = 0.975
|
||||
)
|
||||
|
||||
type Publisher interface {
|
||||
|
||||
Reference in New Issue
Block a user