tweaks and optimizations

This commit is contained in:
Drew Weymouth
2024-07-23 08:24:50 -07:00
parent de1e0611b1
commit b78b235341
4 changed files with 24 additions and 10 deletions
+1 -1
View File
@@ -498,7 +498,7 @@ func (p *Player) setState(s player.State) {
func (p *Player) setAF() error {
af := ""
if p.peaksEnabled {
af = "@astats:astats=metadata=1:reset=1"
af = "@astats:astats=metadata=1:reset=1:measure_overall=none"
}
eq := p.equalizer
if eq == nil || !eq.IsEnabled() {