Reduce the maximal volume
This commit is contained in:
parent
0a15d514a2
commit
ea1724e2ca
@ -180,7 +180,7 @@ loop:
|
||||
go p.launchAction(p.weatherAction)
|
||||
} else {
|
||||
p.dontUpdateVolume = false
|
||||
p.volume = 3500 + uint16(math.Log(1+float64(p.ntick)/8)*9500)
|
||||
p.volume = uint16(math.Log(1+float64(p.ntick)/8) * 9500)
|
||||
p.SetVolume(p.volume)
|
||||
|
||||
if p.reverseOrder {
|
||||
|
Loading…
Reference in New Issue
Block a user